purge seg.h
authorChris Torek <torek@ucbvax.Berkeley.EDU>
Wed, 20 Nov 1991 15:49:06 +0000 (07:49 -0800)
committerChris Torek <torek@ucbvax.Berkeley.EDU>
Wed, 20 Nov 1991 15:49:06 +0000 (07:49 -0800)
SCCS-vsn: sys/kern/init_main.c 7.43
SCCS-vsn: sys/kern/kern_exec.c 7.49
SCCS-vsn: sys/kern/kern_fork.c 7.31
SCCS-vsn: sys/kern/kern_physio.c 7.23
SCCS-vsn: sys/kern/kern_proc.c 7.18
SCCS-vsn: sys/kern/kern_sig.c 7.37
SCCS-vsn: sys/kern/sys_process.c 7.23

usr/src/sys/kern/init_main.c
usr/src/sys/kern/kern_exec.c
usr/src/sys/kern/kern_fork.c
usr/src/sys/kern/kern_physio.c
usr/src/sys/kern/kern_proc.c
usr/src/sys/kern/kern_sig.c
usr/src/sys/kern/sys_process.c

index ad14312..c7c5a4a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)init_main.c 7.42 (Berkeley) %G%
+ *     @(#)init_main.c 7.43 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -17,7 +17,6 @@
 #include "signalvar.h"
 #include "systm.h"
 #include "vnode.h"
 #include "signalvar.h"
 #include "systm.h"
 #include "vnode.h"
-#include "seg.h"
 #include "conf.h"
 #include "buf.h"
 #include "clist.h"
 #include "conf.h"
 #include "buf.h"
 #include "clist.h"
index bedaae0..3046d4a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.proprietary.c%
  *
  *
  * %sccs.include.proprietary.c%
  *
- *     @(#)kern_exec.c 7.48 (Berkeley) %G%
+ *     @(#)kern_exec.c 7.49 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -16,7 +16,6 @@
 #include "malloc.h"
 #include "namei.h"
 #include "vnode.h"
 #include "malloc.h"
 #include "namei.h"
 #include "vnode.h"
-#include "seg.h"
 #include "file.h"
 #include "acct.h"
 #include "exec.h"
 #include "file.h"
 #include "acct.h"
 #include "exec.h"
index 0ad02c0..9d2ea84 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)kern_fork.c 7.30 (Berkeley) %G%
+ *     @(#)kern_fork.c 7.31 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -16,7 +16,6 @@
 #include "proc.h"
 #include "resourcevar.h"
 #include "vnode.h"
 #include "proc.h"
 #include "resourcevar.h"
 #include "vnode.h"
-#include "seg.h"
 #include "file.h"
 #include "acct.h"
 #include "ktrace.h"
 #include "file.h"
 #include "acct.h"
 #include "ktrace.h"
index 08b5120..04e771f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.proprietary.c%
  *
  *
  * %sccs.include.proprietary.c%
  *
- *     @(#)kern_physio.c       7.22 (Berkeley) %G%
+ *     @(#)kern_physio.c       7.23 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
@@ -12,7 +12,6 @@
 #include <sys/buf.h>
 #include <sys/conf.h>
 #include <sys/proc.h>
 #include <sys/buf.h>
 #include <sys/conf.h>
 #include <sys/proc.h>
-#include <sys/seg.h>
 #include <sys/trace.h>
 #include <sys/map.h>
 #include <sys/vnode.h>
 #include <sys/trace.h>
 #include <sys/map.h>
 #include <sys/vnode.h>
@@ -28,7 +27,7 @@ static struct buf *getswbuf __P((int));
 /*
  * This routine does device I/O for a user process.
  *
 /*
  * This routine does device I/O for a user process.
  *
- * If the user has the proper access privilidges, the process is
+ * If the user has the proper access privileges, the process is
  * marked 'delayed unlock' and the pages involved in the I/O are
  * faulted and locked. After the completion of the I/O, the pages
  * are unlocked.
  * marked 'delayed unlock' and the pages involved in the I/O are
  * faulted and locked. After the completion of the I/O, the pages
  * are unlocked.
index 45f2ab2..5c51610 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)kern_proc.c 7.17 (Berkeley) %G%
+ *     @(#)kern_proc.c 7.18 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
@@ -13,7 +13,6 @@
 #include <sys/kernel.h>
 #include <sys/proc.h>
 #include <sys/buf.h>
 #include <sys/kernel.h>
 #include <sys/proc.h>
 #include <sys/buf.h>
-#include <sys/seg.h>
 #include <sys/acct.h>
 #include <sys/wait.h>
 #include <sys/file.h>
 #include <sys/acct.h>
 #include <sys/wait.h>
 #include <sys/file.h>
index ad3a00e..13b4e92 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)kern_sig.c  7.36 (Berkeley) %G%
+ *     @(#)kern_sig.c  7.37 (Berkeley) %G%
  */
 
 #define        SIGPROP         /* include signal properties table */
  */
 
 #define        SIGPROP         /* include signal properties table */
@@ -18,7 +18,6 @@
 #include "timeb.h"
 #include "times.h"
 #include "buf.h"
 #include "timeb.h"
 #include "times.h"
 #include "buf.h"
-#include "seg.h"
 #include "acct.h"
 #include "file.h"
 #include "kernel.h"
 #include "acct.h"
 #include "file.h"
 #include "kernel.h"
index bc36b1a..d24372a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.proprietary.c%
  *
  *
  * %sccs.include.proprietary.c%
  *
- *     @(#)sys_process.c       7.22 (Berkeley) %G%
+ *     @(#)sys_process.c       7.23 (Berkeley) %G%
  */
 
 #define IPCREG
  */
 
 #define IPCREG