new header file locations
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 2 Jul 1989 01:21:05 +0000 (17:21 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 2 Jul 1989 01:21:05 +0000 (17:21 -0800)
SCCS-vsn: sbin/newfs/newfs.c 6.18
SCCS-vsn: sbin/newfs/mkfs.c 6.10

usr/src/sbin/newfs/mkfs.c
usr/src/sbin/newfs/newfs.c

index 01f346f..d018222 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mkfs.c     6.9 (Berkeley) %G%";
+static char sccsid[] = "@(#)mkfs.c     6.10 (Berkeley) %G%";
 #endif not lint
 
 #ifndef STANDALONE
 #endif not lint
 
 #ifndef STANDALONE
@@ -14,9 +14,11 @@ static char sccsid[] = "@(#)mkfs.c   6.9 (Berkeley) %G%";
 #endif
 
 #include <sys/param.h>
 #endif
 
 #include <sys/param.h>
-#include <sys/inode.h>
-#include <sys/fs.h>
-#include <sys/dir.h>
+#include <sys/time.h>
+#include <sys/vnode.h>
+#include <ufs/inode.h>
+#include <ufs/fs.h>
+#include <ufs/dir.h>
 #include <sys/disklabel.h>
 #include <machine/endian.h>
 
 #include <sys/disklabel.h>
 #include <machine/endian.h>
 
index f34b36d..5573551 100644 (file)
@@ -11,7 +11,7 @@ char copyright[] =
 #endif not lint
 
 #ifndef lint
 #endif not lint
 
 #ifndef lint
-static char sccsid[] = "@(#)newfs.c    6.17 (Berkeley) %G%";
+static char sccsid[] = "@(#)newfs.c    6.18 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
@@ -19,8 +19,8 @@ static char sccsid[] = "@(#)newfs.c   6.17 (Berkeley) %G%";
  */
 #include <sys/param.h>
 #include <sys/stat.h>
  */
 #include <sys/param.h>
 #include <sys/stat.h>
-#include <sys/fs.h>
-#include <sys/dir.h>
+#include <ufs/fs.h>
+#include <ufs/dir.h>
 #include <sys/ioctl.h>
 #include <sys/disklabel.h>
 #include <sys/file.h>
 #include <sys/ioctl.h>
 #include <sys/disklabel.h>
 #include <sys/file.h>