BSD 4_2 release
[unix-history] / usr / src / bin / rmail.c
index e8bb6b5..1efb9f0 100644 (file)
@@ -1,3 +1,7 @@
+#ifndef lint
+static char sccsid[] = "@(#)rmail.c    4.4 (Berkeley) 8/11/83";
+#endif
+
 /*
 **  RMAIL -- UUCP mail server.
 **
 /*
 **  RMAIL -- UUCP mail server.
 **
@@ -10,8 +14,6 @@
 # include <stdio.h>
 # include <sysexits.h>
 
 # include <stdio.h>
 # include <sysexits.h>
 
-static char    SccsId[] =      "@(#)rmail.c    4.3     (Berkeley)      2/18/83";
-
 typedef char   bool;
 #define TRUE   1
 #define FALSE  0
 typedef char   bool;
 #define TRUE   1
 #define FALSE  0