manual page first distributed with 4.2BSD
[unix-history] / usr / src / sbin / dump / unctime.c
index 59788e5..45a8882 100644 (file)
@@ -1,3 +1,7 @@
+#ifndef lint
+static char sccsid[] = "@(#)unctime.c  1.5 (Berkeley) %G%";
+#endif
+
 #include <sys/types.h>
 #include <sys/time.h>
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/time.h>
 #include <stdio.h>
@@ -106,4 +110,3 @@ dcmp(dp, dp2)
        DECIDE(tm_sec);
        return(0);
 }
        DECIDE(tm_sec);
        return(0);
 }
-static char *sccsid = "@(#)unctime.c   1.5 (Berkeley) 83/08/11";