fix problem with GMT
authorBill Joy <root@ucbvax.Berkeley.EDU>
Sun, 19 Apr 1981 02:19:44 +0000 (18:19 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Sun, 19 Apr 1981 02:19:44 +0000 (18:19 -0800)
SCCS-vsn: sbin/dump/unctime.c 1.3

usr/src/sbin/dump/unctime.c

index db6cdb7..e95f273 100644 (file)
@@ -1,4 +1,3 @@
-static char *sccsid = "@(#)unctime.c   1.1 (Berkeley) 10/13/80";
 #include <sys/types.h>
 #include <time.h>
 #include <stdio.h>
 #include <sys/types.h>
 #include <time.h>
 #include <stdio.h>
@@ -107,3 +106,4 @@ dcmp(dp, dp2)
        DECIDE(tm_sec);
        return(0);
 }
        DECIDE(tm_sec);
        return(0);
 }
+static char *sccsid = "@(#)unctime.c   1.3 (Berkeley) 81/04/18";