summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-waitpid.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-19 00:13:38 +1000
committerDamien Miller <djm@mindrot.org>2003-05-19 00:13:38 +1000
commit317412502b900ddecdafdfa171da99271846478b (patch)
tree2e04f618288cdf0c16a98b675b28b8287a15a0c6 /openbsd-compat/bsd-waitpid.h
parente323df6c4851b04386e747a009474f469fe97137 (diff)
- (djm) Big KNF on openbsd-compat/
Diffstat (limited to 'openbsd-compat/bsd-waitpid.h')
-rw-r--r--openbsd-compat/bsd-waitpid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/bsd-waitpid.h b/openbsd-compat/bsd-waitpid.h
index e24edd791..6d48deb29 100644
--- a/openbsd-compat/bsd-waitpid.h
+++ b/openbsd-compat/bsd-waitpid.h
@@ -21,7 +21,7 @@
21 * 21 *
22 */ 22 */
23 23
24/* $Id: bsd-waitpid.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ 24/* $Id: bsd-waitpid.h,v 1.3 2003/05/18 14:13:39 djm Exp $ */
25 25
26#ifndef _BSD_WAITPID_H 26#ifndef _BSD_WAITPID_H
27#define _BSD_WAITPID_H 27#define _BSD_WAITPID_H
@@ -43,7 +43,7 @@
43#define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG) 43#define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG)
44 44
45/* Prototype */ 45/* Prototype */
46pid_t waitpid(int pid, int *stat_loc, int options); 46pid_t waitpid(int, int *, int);
47 47
48#endif /* !HAVE_WAITPID */ 48#endif /* !HAVE_WAITPID */
49#endif /* _BSD_WAITPID_H */ 49#endif /* _BSD_WAITPID_H */