delete unneeded include of dir.h
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 5 May 1989 15:06:58 +0000 (07:06 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 5 May 1989 15:06:58 +0000 (07:06 -0800)
SCCS-vsn: sys/kern/kern_clock.c 7.5
SCCS-vsn: sys/kern/kern_resource.c 7.5
SCCS-vsn: sys/kern/kern_sig.c 7.7
SCCS-vsn: sys/kern/kern_synch.c 7.8
SCCS-vsn: sys/kern/kern_time.c 7.10
SCCS-vsn: sys/kern/kern_xxx.c 7.7
SCCS-vsn: sys/kern/subr_prf.c 7.14
SCCS-vsn: sys/kern/subr_rmap.c 7.3
SCCS-vsn: sys/kern/tty_tty.c 7.4
SCCS-vsn: sys/kern/vfs_cache.c 7.2

usr/src/sys/kern/kern_clock.c
usr/src/sys/kern/kern_resource.c
usr/src/sys/kern/kern_sig.c
usr/src/sys/kern/kern_synch.c
usr/src/sys/kern/kern_time.c
usr/src/sys/kern/kern_xxx.c
usr/src/sys/kern/subr_prf.c
usr/src/sys/kern/subr_rmap.c
usr/src/sys/kern/tty_tty.c
usr/src/sys/kern/vfs_cache.c

index 3fda9e4..c8dfcce 100644 (file)
@@ -3,14 +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_clock.c        7.4 (Berkeley) %G%
+ *     @(#)kern_clock.c        7.5 (Berkeley) %G%
  */
 
 #include "param.h"
 #include "systm.h"
 #include "dkstat.h"
 #include "callout.h"
  */
 
 #include "param.h"
 #include "systm.h"
 #include "dkstat.h"
 #include "callout.h"
-#include "dir.h"
 #include "user.h"
 #include "kernel.h"
 #include "proc.h"
 #include "user.h"
 #include "kernel.h"
 #include "proc.h"
index 20275db..212ee85 100644 (file)
@@ -3,11 +3,10 @@
  * 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_resource.c     7.4 (Berkeley) %G%
+ *     @(#)kern_resource.c     7.5 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
-#include "dir.h"
 #include "user.h"
 #include "proc.h"
 
 #include "user.h"
 #include "proc.h"
 
index 2e75873..06d0b24 100644 (file)
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)kern_sig.c  7.6 (Berkeley) %G%
+ *     @(#)kern_sig.c  7.7 (Berkeley) %G%
  */
 
 #include "param.h"
 #include "systm.h"
  */
 
 #include "param.h"
 #include "systm.h"
-#include "dir.h"
-#include "ucred.h"
 #include "user.h"
 #include "vnode.h"
 #include "proc.h"
 #include "user.h"
 #include "vnode.h"
 #include "proc.h"
index 49b2ee7..a98176a 100644 (file)
@@ -3,7 +3,7 @@
  * 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_synch.c        7.7 (Berkeley) %G%
+ *     @(#)kern_synch.c        7.8 (Berkeley) %G%
  */
 
 #include "machine/pte.h"
  */
 
 #include "machine/pte.h"
@@ -12,7 +12,6 @@
 
 #include "param.h"
 #include "systm.h"
 
 #include "param.h"
 #include "systm.h"
-#include "dir.h"
 #include "user.h"
 #include "proc.h"
 #include "vm.h"
 #include "user.h"
 #include "proc.h"
 #include "vm.h"
index e76adc4..7a9a856 100644 (file)
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)kern_time.c 7.9 (Berkeley) %G%
+ *     @(#)kern_time.c 7.10 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
-#include "dir.h"               /* XXX */
 #include "user.h"
 #include "kernel.h"
 #include "proc.h"
 #include "user.h"
 #include "kernel.h"
 #include "proc.h"
index 7b707b8..94b655b 100644 (file)
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)kern_xxx.c  7.6 (Berkeley) %G%
+ *     @(#)kern_xxx.c  7.7 (Berkeley) %G%
  */
 
 #include "param.h"
 #include "systm.h"
  */
 
 #include "param.h"
 #include "systm.h"
-#include "dir.h"
 #include "user.h"
 #include "kernel.h"
 #include "proc.h"
 #include "user.h"
 #include "kernel.h"
 #include "proc.h"
index 00dc46a..b2e04fe 100644 (file)
@@ -3,7 +3,7 @@
  * 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.
  *
- *     @(#)subr_prf.c  7.13 (Berkeley) %G%
+ *     @(#)subr_prf.c  7.14 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -14,7 +14,6 @@
 #include "reboot.h"
 #include "vm.h"
 #include "msgbuf.h"
 #include "reboot.h"
 #include "vm.h"
 #include "msgbuf.h"
-#include "dir.h"
 #include "user.h"
 #include "proc.h"
 #include "ioctl.h"
 #include "user.h"
 #include "proc.h"
 #include "ioctl.h"
index 7acbc57..2aeb82c 100644 (file)
@@ -3,13 +3,12 @@
  * 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.
  *
- *     @(#)subr_rmap.c 7.2 (Berkeley) %G%
+ *     @(#)subr_rmap.c 7.3 (Berkeley) %G%
  */
 
 #include "param.h"
 #include "systm.h"
 #include "map.h"
  */
 
 #include "param.h"
 #include "systm.h"
 #include "map.h"
-#include "dir.h"
 #include "user.h"
 #include "proc.h"
 #include "text.h"
 #include "user.h"
 #include "proc.h"
 #include "text.h"
index 71151bf..ca46d99 100644 (file)
@@ -3,7 +3,7 @@
  * 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.
  *
- *     @(#)tty_tty.c   7.3 (Berkeley) %G%
+ *     @(#)tty_tty.c   7.4 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -14,7 +14,6 @@
 #include "param.h"
 #include "systm.h"
 #include "conf.h"
 #include "param.h"
 #include "systm.h"
 #include "conf.h"
-#include "dir.h"
 #include "user.h"
 #include "ioctl.h"
 #include "tty.h"
 #include "user.h"
 #include "ioctl.h"
 #include "tty.h"
index daae17f..3c699c4 100644 (file)
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)vfs_cache.c 7.1 (Berkeley) %G%
+ *     @(#)vfs_cache.c 7.2 (Berkeley) %G%
  */
 
 #include "param.h"
 #include "systm.h"
 #include "time.h"
 #include "vnode.h"
  */
 
 #include "param.h"
 #include "systm.h"
 #include "time.h"
 #include "vnode.h"
-#include "dir.h"
 #include "namei.h"
 
 /*
 #include "namei.h"
 
 /*