manual page first distributed with 4.2BSD
[unix-history] / usr / src / sbin / dump / unctime.c
index e95f273..45a8882 100644 (file)
@@ -1,5 +1,9 @@
+#ifndef lint
+static char sccsid[] = "@(#)unctime.c  1.5 (Berkeley) %G%";
+#endif
+
 #include <sys/types.h>
 #include <sys/types.h>
-#include <time.h>
+#include <sys/time.h>
 #include <stdio.h>
 /*
  * Convert a ctime(3) format string into a system format date.
 #include <stdio.h>
 /*
  * Convert a ctime(3) format string into a system format date.
@@ -106,4 +110,3 @@ dcmp(dp, dp2)
        DECIDE(tm_sec);
        return(0);
 }
        DECIDE(tm_sec);
        return(0);
 }
-static char *sccsid = "@(#)unctime.c   1.3 (Berkeley) 81/04/18";