BSD 4 release
[unix-history] / usr / src / cmd / 512restor.c
index 79f856a..59e7c9e 100644 (file)
@@ -1,3 +1,4 @@
+static char *sccsid = "@(#)512restor.c 4.2 (Berkeley) 11/15/80";
 #define MAXINO 3000
 #define BITS   8
 #define MAXXTR 60
 #define MAXINO 3000
 #define BITS   8
 #define MAXXTR 60
@@ -69,7 +70,7 @@ int   fi;
 ino_t  ino, maxi, curino;
 
 int    mt;
 ino_t  ino, maxi, curino;
 
 int    mt;
-char   tapename[] = "/dev/rmt1";
+char   tapename[] = "/dev/rmt8";
 char   *magtape = tapename;
 #ifdef STANDALONE
 char   mbuf[50];
 char   *magtape = tapename;
 #ifdef STANDALONE
 char   mbuf[50];