don't need dir.h anymore
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 21 Feb 1990 08:15:30 +0000 (00:15 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 21 Feb 1990 08:15:30 +0000 (00:15 -0800)
SCCS-vsn: usr.bin/fstat/fstat.c 5.21
SCCS-vsn: usr.bin/vmstat/vmstat.c 5.17

usr/src/usr.bin/fstat/fstat.c
usr/src/usr.bin/vmstat/vmstat.c

index 8d9d700..64749a8 100644 (file)
@@ -22,7 +22,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)fstat.c    5.20 (Berkeley) %G%";
+static char sccsid[] = "@(#)fstat.c    5.21 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -31,7 +31,6 @@ static char sccsid[] = "@(#)fstat.c   5.20 (Berkeley) %G%";
 #include <machine/pte.h>
 
 #include <sys/param.h>
 #include <machine/pte.h>
 
 #include <sys/param.h>
-#include <sys/dir.h>
 #include <sys/user.h>
 #include <sys/proc.h>
 #include <sys/text.h>
 #include <sys/user.h>
 #include <sys/proc.h>
 #include <sys/text.h>
index 936ac35..f684748 100644 (file)
@@ -22,7 +22,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)vmstat.c   5.16 (Berkeley) %G%";
+static char sccsid[] = "@(#)vmstat.c   5.17 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -30,7 +30,6 @@ static char sccsid[] = "@(#)vmstat.c  5.16 (Berkeley) %G%";
 #include <sys/vm.h>
 #include <sys/dkstat.h>
 #include <sys/buf.h>
 #include <sys/vm.h>
 #include <sys/dkstat.h>
 #include <sys/buf.h>
-#include <sys/dir.h>
 #include <sys/time.h>
 #include <sys/vnode.h>
 #include <ufs/inode.h>
 #include <sys/time.h>
 #include <sys/vnode.h>
 #include <ufs/inode.h>