dumprestor.h moves to /usr/include/protocols
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 19 Jun 1985 12:11:58 +0000 (04:11 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 19 Jun 1985 12:11:58 +0000 (04:11 -0800)
SCCS-vsn: sbin/restore/Makefile 5.2
SCCS-vsn: sbin/restore/dirs.c 5.2
SCCS-vsn: sbin/restore/interactive.c 5.2
SCCS-vsn: sbin/restore/main.c 5.2
SCCS-vsn: sbin/restore/tape.c 5.2

usr/src/sbin/restore/Makefile
usr/src/sbin/restore/dirs.c
usr/src/sbin/restore/interactive.c
usr/src/sbin/restore/main.c
usr/src/sbin/restore/tape.c

index 420f06c..5e7db6e 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.
 #
-#      @(#)Makefile    5.1 (Berkeley) %G%
+#      @(#)Makefile    5.2 (Berkeley) %G%
 #
 DESTDIR=
 CFLAGS= -O
 #
 DESTDIR=
 CFLAGS= -O
@@ -37,6 +37,6 @@ lint:
        lint ${FILES}
 
 print:
        lint ${FILES}
 
 print:
-       @pr /usr/include/dumprestor.h restore.h ${FILES}
+       @pr /usr/include/protocols/dumprestore.h restore.h ${FILES}
 
 ${OBJS}: restore.h
 
 ${OBJS}: restore.h
index 5e3ea03..05071d7 100644 (file)
@@ -5,11 +5,11 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)dirs.c     5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)dirs.c     5.2 (Berkeley) %G%";
 #endif not lint
 
 #include "restore.h"
 #endif not lint
 
 #include "restore.h"
-#include <dumprestor.h>
+#include <protocols/dumprestore.h>
 #include <sys/file.h>
 
 /*
 #include <sys/file.h>
 
 /*
index e755ccd..9fe81bc 100644 (file)
@@ -5,11 +5,11 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)interactive.c      5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)interactive.c      5.2 (Berkeley) %G%";
 #endif not lint
 
 #include "restore.h"
 #endif not lint
 
 #include "restore.h"
-#include <dumprestor.h>
+#include <protocols/dumprestore.h>
 #include <setjmp.h>
 
 #define round(a, b) (((a) + (b) - 1) / (b) * (b))
 #include <setjmp.h>
 
 #define round(a, b) (((a) + (b) - 1) / (b) * (b))
index c5755a9..60b33a9 100644 (file)
@@ -11,7 +11,7 @@ char copyright[] =
 #endif not lint
 
 #ifndef lint
 #endif not lint
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     5.2 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
@@ -33,7 +33,7 @@ static char sccsid[] = "@(#)main.c    5.1 (Berkeley) %G%";
  */
 
 #include "restore.h"
  */
 
 #include "restore.h"
-#include <dumprestor.h>
+#include <protocols/dumprestore.h>
 #include <signal.h>
 
 int    bflag = 0, cvtflag = 0, dflag = 0, vflag = 0, yflag = 0;
 #include <signal.h>
 
 int    bflag = 0, cvtflag = 0, dflag = 0, vflag = 0, yflag = 0;
index 65ae4f5..4eeaae8 100644 (file)
@@ -5,11 +5,11 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)tape.c     5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)tape.c     5.2 (Berkeley) %G%";
 #endif not lint
 
 #include "restore.h"
 #endif not lint
 
 #include "restore.h"
-#include <dumprestor.h>
+#include <protocols/dumprestore.h>
 #include <sys/ioctl.h>
 #include <sys/mtio.h>
 #include <sys/file.h>
 #include <sys/ioctl.h>
 #include <sys/mtio.h>
 #include <sys/file.h>