BSD 4_3_Reno release
[unix-history] / usr / src / sbin / dump / unctime.c
index 59788e5..fe535d5 100644 (file)
@@ -1,3 +1,13 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)unctime.c  5.1 (Berkeley) 6/5/85";
+#endif not lint
+
 #include <sys/types.h>
 #include <sys/time.h>
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/time.h>
 #include <stdio.h>
@@ -106,4 +116,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";