]> git.wh0rd.org - dump.git/blobdiff - dump/unctime.c
Version 0.4b5.
[dump.git] / dump / unctime.c
index eccc5099442e4d8766682bcfd27c66de0c8be8ac..d821b78652a2fc8ed0f6fa0ce8bee59bb5115cc7 100644 (file)
@@ -1,7 +1,8 @@
 /*
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
- *     Remy Card <card@Linux.EU.Org>, 1994, 1995, 1996
+ *     Remy Card <card@Linux.EU.Org>, 1994-1997
+ *      Stelian Pop <pop@cybercable.fr>, 1999 
  *
  */
 
  */
 
 #ifndef lint
+#if 0
 static char sccsid[] = "@(#)unctime.c  8.2 (Berkeley) 6/14/94";
+#endif
+static const char rcsid[] =
+       "$Id: unctime.c,v 1.2 1999/10/11 12:53:23 stelian Exp $";
 #endif /* not lint */
 
-#include <sys/types.h>
-
-#include <stdio.h>
 #include <time.h>
 #ifdef __STDC__
 #include <stdlib.h>
 #include <string.h>
 #endif
 
-#ifndef __P
-#include <sys/cdefs.h>
-#endif
-
 /*
  * Convert a ctime(3) format string into a system format date.
  * Return the date thus calculated.