diff options
-rw-r--r-- | lib/libc_r/include/sched.h | 7 | ||||
-rw-r--r-- | lib/libpthread/include/sched.h | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/lib/libc_r/include/sched.h b/lib/libc_r/include/sched.h index d41663680fc..898d4ae6b16 100644 --- a/lib/libc_r/include/sched.h +++ b/lib/libc_r/include/sched.h @@ -1,6 +1,4 @@ -/* $OpenBSD: sched.h,v 1.4 2000/06/27 19:53:55 art Exp $ */ -#ifndef _SCHED_H_ -#define _SCHED_H_ +/* $OpenBSD: sched.h,v 1.5 2002/01/18 00:38:12 fgsch Exp $ */ /* sched.h: POSIX 1003.1b Process Scheduling header */ @@ -38,6 +36,9 @@ * */ +#ifndef _SCHED_H_ +#define _SCHED_H_ + #include <sys/types.h> /* For pid_t */ #ifndef KERNEL diff --git a/lib/libpthread/include/sched.h b/lib/libpthread/include/sched.h index d41663680fc..898d4ae6b16 100644 --- a/lib/libpthread/include/sched.h +++ b/lib/libpthread/include/sched.h @@ -1,6 +1,4 @@ -/* $OpenBSD: sched.h,v 1.4 2000/06/27 19:53:55 art Exp $ */ -#ifndef _SCHED_H_ -#define _SCHED_H_ +/* $OpenBSD: sched.h,v 1.5 2002/01/18 00:38:12 fgsch Exp $ */ /* sched.h: POSIX 1003.1b Process Scheduling header */ @@ -38,6 +36,9 @@ * */ +#ifndef _SCHED_H_ +#define _SCHED_H_ + #include <sys/types.h> /* For pid_t */ #ifndef KERNEL |