]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/bsd-waitpid.h
backout import of openssh-SNAP-20040105
[gssapi-openssh.git] / openssh / openbsd-compat / bsd-waitpid.h
index bc5018950cfa1f365aa37bcef7728a5689f0f18a..9c3df3b95b43196e6a6fe1c143f6b10fd2411aa6 100644 (file)
@@ -1,4 +1,8 @@
+/* $Id$ */
+
 /*
+ * Copyright (c) 2000 Ben Lindstrom.  All rights reserved.
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -21,8 +25,6 @@
  *
  */
 
-/* $Id$ */
-
 #ifndef _BSD_WAITPID_H
 #define _BSD_WAITPID_H
 
@@ -43,7 +45,7 @@
 #define WCOREDUMP(w)   ((_W_INT(w)) & WCOREFLAG)
 
 /* Prototype */
-pid_t waitpid(int pid, int *stat_loc, int options);
+pid_t waitpid(int, int *, int);
 
 #endif /* !HAVE_WAITPID */
 #endif /* _BSD_WAITPID_H */
This page took 0.080821 seconds and 4 git commands to generate.