../machine => machine
[unix-history] / usr / src / sys / kern / kern_prot.c
index 3062dad..7ca7e53 100644 (file)
@@ -3,15 +3,13 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)kern_prot.c 7.3 (Berkeley) %G%
+ *     @(#)kern_prot.c 7.4 (Berkeley) %G%
  */
 
 /*
  * System calls related to processes and protection
  */
 
  */
 
 /*
  * System calls related to processes and protection
  */
 
-#include "../machine/reg.h"
-
 #include "param.h"
 #include "systm.h"
 #include "dir.h"
 #include "param.h"
 #include "systm.h"
 #include "dir.h"
@@ -26,6 +24,8 @@
 #include "mount.h"
 #include "quota.h"
 
 #include "mount.h"
 #include "quota.h"
 
+#include "machine/reg.h"
+
 getpid()
 {
 
 getpid()
 {