dumpretore.h moves into protocols
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 19 Jun 1985 12:07:02 +0000 (04:07 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 19 Jun 1985 12:07:02 +0000 (04:07 -0800)
SCCS-vsn: sbin/dump/dump.h 5.2
SCCS-vsn: sbin/dump/dumprmt.c 5.2

usr/src/sbin/dump/dump.h
usr/src/sbin/dump/dumprmt.c

index fa81138..605b345 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.1 (Berkeley) %G%
+ *     @(#)dump.h      5.2 (Berkeley) %G%
  */
 
 #define        NI              16
  */
 
 #define        NI              16
@@ -16,7 +16,7 @@
 #include <sys/stat.h>
 #include <sys/fs.h>
 #include <sys/inode.h>
 #include <sys/stat.h>
 #include <sys/fs.h>
 #include <sys/inode.h>
-#include <dumprestor.h>
+#include <protocols/dumprestore.h>
 #include <sys/dir.h>
 #include <utmp.h>
 #include <sys/time.h>
 #include <sys/dir.h>
 #include <utmp.h>
 #include <sys/time.h>
index e5d02dc..c470a89 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)dumprmt.c  5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)dumprmt.c  5.2 (Berkeley) %G%";
 #endif not lint
 
 #include <sys/param.h>
 #endif not lint
 
 #include <sys/param.h>
@@ -19,7 +19,7 @@ static char sccsid[] = "@(#)dumprmt.c 5.1 (Berkeley) %G%";
 #include <stdio.h>
 #include <pwd.h>
 #include <netdb.h>
 #include <stdio.h>
 #include <pwd.h>
 #include <netdb.h>
-#include <dumprestor.h>
+#include <protocols/dumprestore.h>
 
 #define        TS_CLOSED       0
 #define        TS_OPEN         1
 
 #define        TS_CLOSED       0
 #define        TS_OPEN         1