X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump%2Functime.c;h=d821b78652a2fc8ed0f6fa0ce8bee59bb5115cc7;hp=eccc5099442e4d8766682bcfd27c66de0c8be8ac;hb=b45f51d61e911ac8a040bef1efda6afd82261e03;hpb=1227625a12a66e0ded78a1997c2d23f23202a382 diff --git a/dump/unctime.c b/dump/unctime.c index eccc509..d821b78 100644 --- a/dump/unctime.c +++ b/dump/unctime.c @@ -1,7 +1,8 @@ /* * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit - * Remy Card , 1994, 1995, 1996 + * Remy Card , 1994-1997 + * Stelian Pop , 1999 * */ @@ -39,22 +40,19 @@ */ #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 - -#include #include #ifdef __STDC__ #include #include #endif -#ifndef __P -#include -#endif - /* * Convert a ctime(3) format string into a system format date. * Return the date thus calculated.