new pathname locations
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 13 Sep 1989 08:32:50 +0000 (00:32 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 13 Sep 1989 08:32:50 +0000 (00:32 -0800)
SCCS-vsn: sbin/dump/dump.h 5.7

usr/src/sbin/dump/dump.h

index 068dfa8..d86b364 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.
  *
- *     @(#)dump.h      5.6 (Berkeley) %G%
+ *     @(#)dump.h      5.7 (Berkeley) %G%
  */
 
 #define        NI              16
  */
 
 #define        NI              16
 
 #include <sys/param.h>
 #include <sys/stat.h>
 
 #include <sys/param.h>
 #include <sys/stat.h>
-#include <sys/fs.h>
-#include <sys/inode.h>
+#include <sys/time.h>
+#include <ufs/fs.h>
+#include <sys/vnode.h>
+#include <ufs/inode.h>
 #include <protocols/dumprestore.h>
 #include <sys/dir.h>
 #include <utmp.h>
 #include <protocols/dumprestore.h>
 #include <sys/dir.h>
 #include <utmp.h>
-#include <sys/time.h>
 #include <sys/signal.h>
 #include <fstab.h>
 #include <stdio.h>
 #include <sys/signal.h>
 #include <fstab.h>
 #include <stdio.h>