Now have very necessary include safety checks
authorJordan K. Hubbard <jkh@FreeBSD.org>
Fri, 30 Jul 1993 10:52:02 +0000 (10:52 +0000)
committerJordan K. Hubbard <jkh@FreeBSD.org>
Fri, 30 Jul 1993 10:52:02 +0000 (10:52 +0000)
sys/sys/rlist.h
sys/sys/stat.h
sys/sys/tty.h
sys/sys/wait.h

index bd468b1..0db798e 100644 (file)
@@ -14,7 +14,7 @@
  *     Usage:
  *             rlist_free(&swapmap, 100, 200); add space to swapmap
  *             rlist_alloc(&swapmap, 100, &loc); obtain 100 sectors from swap
  *     Usage:
  *             rlist_free(&swapmap, 100, 200); add space to swapmap
  *             rlist_alloc(&swapmap, 100, &loc); obtain 100 sectors from swap
- * $Header: /usr/bill/working/sys/sys/RCS/rlist.h,v 1.2 92/01/21 21:23:48 william Exp $
+ * $Header: /a/cvs/386BSD/src/sys.386bsd/sys/rlist.h,v 1.1.1.1 1993/06/12 14:58:17 rgrimes Exp $
  */
 
 /* A resource list element. */
  */
 
 /* A resource list element. */
index 52948f3..57aeeea 100644 (file)
@@ -33,6 +33,9 @@
  *     @(#)stat.h      7.11 (Berkeley) 3/3/91
  */
 
  *     @(#)stat.h      7.11 (Berkeley) 3/3/91
  */
 
+#ifndef _SYS_STAT_H_
+#define _SYS_STAT_H_
+
 struct stat
 {
        dev_t   st_dev;                 /* inode's device */
 struct stat
 {
        dev_t   st_dev;                 /* inode's device */
@@ -126,3 +129,4 @@ int lstat __P((const char *, struct stat *));
 #endif /* not POSIX */
 __END_DECLS
 #endif
 #endif /* not POSIX */
 __END_DECLS
 #endif
+#endif
index 1c6cddd..b3a0bb2 100644 (file)
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  *
  *     @(#)tty.h       7.10 (Berkeley) 6/26/91
  * SUCH DAMAGE.
  *
  *     @(#)tty.h       7.10 (Berkeley) 6/26/91
- * $Header: /usr/bill/working/sys/sys/RCS/tty.h,v 1.3 92/01/21 21:51:49 william Exp $
+ * $Header: /a/cvs/386BSD/src/sys.386bsd/sys/tty.h,v 1.1.1.1 1993/06/12 14:58:17 rgrimes Exp $
  *
  * PATCHES MAGIC                LEVEL   PATCH THAT GOT US HERE
  * --------------------         -----   ----------------------
  *
  * PATCHES MAGIC                LEVEL   PATCH THAT GOT US HERE
  * --------------------         -----   ----------------------
index de3a50d..c439d80 100644 (file)
@@ -33,6 +33,9 @@
  *     @(#)wait.h      7.17 (Berkeley) 6/19/91
  */
 
  *     @(#)wait.h      7.17 (Berkeley) 6/19/91
  */
 
+#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).
 /*
  * This file holds definitions relevent to the wait4 system call
  * and the alternate interfaces that use it (wait, wait3, waitpid).
@@ -156,3 +159,4 @@ pid_t       wait4 __P((pid_t, int *, int, struct rusage *));
 #endif
 __END_DECLS
 #endif
 #endif
 __END_DECLS
 #endif
+#endif