standardize sccs keyword lines
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 12 Aug 1983 14:09:27 +0000 (06:09 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 12 Aug 1983 14:09:27 +0000 (06:09 -0800)
SCCS-vsn: old/dump.4.1/dump.h 1.4
SCCS-vsn: sbin/restore/dirs.c 3.16
SCCS-vsn: sbin/restore/main.c 3.12
SCCS-vsn: sbin/restore/restore.c 3.17
SCCS-vsn: sbin/restore/restore.h 3.8
SCCS-vsn: sbin/restore/symtab.c 3.15
SCCS-vsn: sbin/restore/tape.c 3.21
SCCS-vsn: sbin/restore/utilities.c 3.15
SCCS-vsn: include/protocols/routed.h 4.10

usr/src/include/protocols/routed.h
usr/src/old/dump.4.1/dump.h
usr/src/sbin/restore/dirs.c
usr/src/sbin/restore/main.c
usr/src/sbin/restore/restore.c
usr/src/sbin/restore/restore.h
usr/src/sbin/restore/symtab.c
usr/src/sbin/restore/tape.c
usr/src/sbin/restore/utilities.c

index 6636bcf..9135c32 100644 (file)
@@ -1,4 +1,4 @@
-/*     routed.h        83/05/25        4.9     */
+/*     routed.h        4.10    83/08/11        */
 /*
  * Routing Information Protocol
  *
 /*
  * Routing Information Protocol
  *
index 57990e3..ac832f5 100644 (file)
@@ -1,6 +1,5 @@
-/*
- * "@(#)dump.h 1.3 (Berkeley) %G%"
- */
+/*     dump.h  1.4     83/08/11        */
+
 #define        NI      16
 #define        DIRPB   (BSIZE/sizeof(struct direct))
 
 #define        NI      16
 #define        DIRPB   (BSIZE/sizeof(struct direct))
 
index 3efa458..c4f6ee6 100644 (file)
@@ -1,9 +1,9 @@
-/* Copyright (c) 1983 Regents of the University of California */
-
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)dirs.c     3.15    (Berkeley)      83/08/11";
+static char sccsid[] = "@(#)dirs.c     3.16    (Berkeley)      83/08/11";
 #endif
 
 #endif
 
+/* Copyright (c) 1983 Regents of the University of California */
+
 #include "restore.h"
 #include <dumprestor.h>
 #include <sys/file.h>
 #include "restore.h"
 #include <dumprestor.h>
 #include <sys/file.h>
index 70b4e7a..18db65a 100644 (file)
@@ -1,9 +1,9 @@
-/* Copyright (c) 1983 Regents of the University of California */
-
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)main.c     3.11    (Berkeley)      83/06/19";
+static char sccsid[] = "@(#)main.c     3.12    (Berkeley)      83/08/11";
 #endif
 
 #endif
 
+/* Copyright (c) 1983 Regents of the University of California */
+
 /*
  *     Modified to recursively extract all files within a subtree
  *     (supressed by the h option) and recreate the heirarchical
 /*
  *     Modified to recursively extract all files within a subtree
  *     (supressed by the h option) and recreate the heirarchical
index 327af42..5a6caf3 100644 (file)
@@ -1,9 +1,9 @@
-/* Copyright (c) 1983 Regents of the University of California */
-
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)restore.c  3.16    (Berkeley)      83/05/15";
+static char sccsid[] = "@(#)restore.c  3.17    (Berkeley)      83/08/11";
 #endif
 
 #endif
 
+/* Copyright (c) 1983 Regents of the University of California */
+
 #include "restore.h"
 
 /*
 #include "restore.h"
 
 /*
index ba21935..9018e98 100644 (file)
@@ -1,6 +1,4 @@
-/* Copyright (c) 1983 Regents of the University of California */
-
-/*     @(#)restore.h   3.7     (Berkeley)      83/04/19        */
+/*     restore.h       3.8     83/08/11        */
 
 #include <stdio.h>
 #include <sys/param.h>
 
 #include <stdio.h>
 #include <sys/param.h>
index 14b8722..0c3b18a 100644 (file)
@@ -1,9 +1,9 @@
-/* Copyright (c) 1983 Regents of the University of California */
-
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)symtab.c   3.14    (Berkeley)      83/07/08";
+static char sccsid[] = "@(#)symtab.c   3.15    (Berkeley)      83/08/11";
 #endif
 
 #endif
 
+/* Copyright (c) 1983 Regents of the University of California */
+
 /*
  * These routines maintain the symbol table which tracks the state
  * of the file system being restored. They provide lookup by either
 /*
  * These routines maintain the symbol table which tracks the state
  * of the file system being restored. They provide lookup by either
index 8104255..6bf4ea7 100644 (file)
@@ -1,9 +1,9 @@
-/* Copyright (c) 1983 Regents of the University of California */
-
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)tape.c     3.20    (Berkeley)      83/07/01";
+static char sccsid[] = "@(#)tape.c     3.21    (Berkeley)      83/08/11";
 #endif
 
 #endif
 
+/* Copyright (c) 1983 Regents of the University of California */
+
 #include "restore.h"
 #include <dumprestor.h>
 #include <sys/ioctl.h>
 #include "restore.h"
 #include <dumprestor.h>
 #include <sys/ioctl.h>
index 3a20236..37d6e82 100644 (file)
@@ -1,9 +1,9 @@
-/* Copyright (c) 1983 Regents of the University of California */
-
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)utilities.c        3.14    (Berkeley)      83/08/11";
+static char sccsid[] = "@(#)utilities.c        3.15    (Berkeley)      83/08/11";
 #endif
 
 #endif
 
+/* Copyright (c) 1983 Regents of the University of California */
+
 #include "restore.h"
 
 char *copynext();
 #include "restore.h"
 
 char *copynext();