summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-01-18 00:38:13 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-01-18 00:38:13 +0000
commit64b7b53ecef0173b17a295519f6c51414221b815 (patch)
treeee2b8228d67c41f10fc686f23cd2f192ee6c31e3
parentd759627b9375dd4d3ff9579c00a711c19d8dc625 (diff)
while im here, move the ifndef _SCHED_H_ after the copyright message.
-rw-r--r--lib/libc_r/include/sched.h7
-rw-r--r--lib/libpthread/include/sched.h7
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