sccs keyword fixes
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 12 Aug 1983 10:53:10 +0000 (02:53 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 12 Aug 1983 10:53:10 +0000 (02:53 -0800)
SCCS-vsn: bin/cat/cat.c 4.6
SCCS-vsn: bin/ed/ed.c 4.3
SCCS-vsn: usr.bin/grep/old.bin.grep/old.bin.grep.c 4.5
SCCS-vsn: old/hostid/hostid.c 4.2
SCCS-vsn: bin/hostname/hostname.c 1.4
SCCS-vsn: libexec/mail.local/mail.local.c 4.16
SCCS-vsn: usr.bin/pagesize/pagesize.c 4.2
SCCS-vsn: bin/rmail/rmail.c 4.4

usr/src/bin/cat/cat.c
usr/src/bin/ed/ed.c
usr/src/bin/hostname/hostname.c
usr/src/bin/rmail/rmail.c
usr/src/libexec/mail.local/mail.local.c
usr/src/old/hostid/hostid.c
usr/src/usr.bin/grep/old.bin.grep/old.bin.grep.c
usr/src/usr.bin/pagesize/pagesize.c

index cd831ed..c70942b 100644 (file)
@@ -1,7 +1,10 @@
+#ifndef lint
+static char *sccsid = "@(#)cat.c       4.6 (Berkeley) %G%";
+#endif
+
 /*
  * Concatenate files.
  */
 /*
  * Concatenate files.
  */
-static char *Sccsid = "@(#)cat.c       4.5 (Berkeley) %G%";
 
 #include <stdio.h>
 #include <sys/types.h>
 
 #include <stdio.h>
 #include <sys/types.h>
index 09bf1e1..1ed9575 100644 (file)
@@ -1,4 +1,6 @@
-/*     ed.c    4.2     82/12/24        */
+#ifndef lint
+static char sccsid[] = "@(#)ed.c       4.3 (Berkeley) %G%";
+#endif
 
 /*
  * Editor
 
 /*
  * Editor
index 5f1ef24..faa3bc3 100644 (file)
@@ -1,4 +1,6 @@
-static char *sccsid = "@(#)hostname.c  1.3 1.3 83/03/30"; 
+#ifndef lint
+static char *sccsid = "@(#)hostname.c  1.4 (Berkeley) %G%"; 
+#endif
 /*
  * hostname -- get (or set hostname)
  */
 /*
  * hostname -- get (or set hostname)
  */
index aa114df..6657a6d 100644 (file)
@@ -1,3 +1,7 @@
+#ifndef lint
+static char sccsid[] = "@(#)rmail.c    4.4 (Berkeley) %G%";
+#endif
+
 /*
 **  RMAIL -- UUCP mail server.
 **
 /*
 **  RMAIL -- UUCP mail server.
 **
@@ -11,8 +15,6 @@
 # include <sysexits.h>
 # include "conf.h"
 
 # include <sysexits.h>
 # include "conf.h"
 
-static char    SccsId[] =      "@(#)rmail.c    4.3     (Berkeley)      %G%";
-
 typedef char   bool;
 #define TRUE   1
 #define FALSE  0
 typedef char   bool;
 #define TRUE   1
 #define FALSE  0
index 7d3bbfe..366218a 100644 (file)
@@ -1,3 +1,7 @@
+#ifndef lint
+static char sccsid[] = "@(#)mail.local.c       4.16 (Berkeley) %G%";
+#endif
+
 #include <ctype.h>
 #include <stdio.h>
 #include <pwd.h>
 #include <ctype.h>
 #include <stdio.h>
 #include <pwd.h>
@@ -8,8 +12,6 @@
 #include <setjmp.h>
 #include <sysexits.h>
 
 #include <setjmp.h>
 #include <sysexits.h>
 
-static char SccsId[] = "@(#)mail.local.c       4.15    %G%";
-
 #define SENDMAIL       "/usr/lib/sendmail"
 
 
 #define SENDMAIL       "/usr/lib/sendmail"
 
 
index 4a0a51e..cb96ed8 100644 (file)
@@ -1,4 +1,6 @@
-/*     hostid.c        4.1     82/11/07        */
+#ifndef lint
+static char sccsid[] = "@(#)hostid.c   4.2 (Berkeley) %G%";
+#endif
 
 main(argc, argv)
        int argc;
 
 main(argc, argv)
        int argc;
index c7b5132..6dedc97 100644 (file)
@@ -1,4 +1,6 @@
-/*     old.bin.grep.c  4.4     83/06/30        */
+#ifndef lint
+static char sccsid[] = "@(#)old.bin.grep.c     4.5 (Berkeley) %G%";
+#endif
 
 /*
  * grep -- print lines matching (or not matching) a pattern
 
 /*
  * grep -- print lines matching (or not matching) a pattern
index 93c2ca2..83e83db 100644 (file)
@@ -1,4 +1,6 @@
-/*     pagesize.c      4.1     82/11/07        */
+#ifndef lint
+static char sccsid[] = "@(#)pagesize.c 4.2 (Berkeley) %G%";
+#endif
 
 main()
 {
 
 main()
 {