aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/wait.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/wait.h')
-rw-r--r--sys/sys/wait.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/sys/wait.h b/sys/sys/wait.h
index 6f7411a55352..85ae401d173c 100644
--- a/sys/sys/wait.h
+++ b/sys/sys/wait.h
@@ -31,9 +31,12 @@
* SUCH DAMAGE.
*
* @(#)wait.h 8.1 (Berkeley) 6/2/93
- * $Id$
+ * $Id: wait.h,v 1.2 1994/08/02 07:54:15 davidg Exp $
*/
+#ifndef _SYS_WAIT_H_
+#define _SYS_WAIT_H_
+
/*
* This file holds definitions relevent to the wait4 system call
* and the alternate interfaces that use it (wait, wait3, waitpid).
@@ -155,3 +158,5 @@ pid_t wait4 __P((pid_t, int *, int, struct rusage *));
#endif
__END_DECLS
#endif
+
+#endif