X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump%2Fitime.c;h=441085f1bbcf79eb12d705ae81b927e56845ec81;hp=f83459c511531d5e1a8fafd078c1453ab2992237;hb=b45f51d61e911ac8a040bef1efda6afd82261e03;hpb=1227625a12a66e0ded78a1997c2d23f23202a382 diff --git a/dump/itime.c b/dump/itime.c index f83459c..441085f 100644 --- a/dump/itime.c +++ b/dump/itime.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,7 +40,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)itime.c 8.1 (Berkeley) 6/5/93"; +#endif +static const char rcsid[] = + "$Id: itime.c,v 1.2 1999/10/11 12:53:22 stelian Exp $"; #endif /* not lint */ #include @@ -48,6 +53,7 @@ static char sccsid[] = "@(#)itime.c 8.1 (Berkeley) 6/5/93"; #include #include #include +#include #else #ifdef sunos #include @@ -68,7 +74,6 @@ static char sccsid[] = "@(#)itime.c 8.1 (Berkeley) 6/5/93"; #ifdef __STDC__ #include #include -#include #endif #ifdef __linux__