X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=dump%2Ftraverse.c;h=0865527eb9e69334a81f26f7f5e2d194bf86ead8;hb=60f5ede9f87288e50fc52fbe12dd70fcd67d322d;hp=59ce524c4c52495aa23e6a5ecf21cd548f2ba644;hpb=ddd2ef55b78a62c4bc3daad18bef8a90e85a2052;p=dump.git diff --git a/dump/traverse.c b/dump/traverse.c index 59ce524..0865527 100644 --- a/dump/traverse.c +++ b/dump/traverse.c @@ -2,8 +2,7 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999 - * + * Stelian Pop , 1999 */ /*- @@ -40,11 +39,8 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)traverse.c 8.7 (Berkeley) 6/15/95"; -#endif static const char rcsid[] = - "$Id: traverse.c,v 1.3 1999/10/11 12:59:19 stelian Exp $"; + "$Id: traverse.c,v 1.6 1999/10/13 09:57:20 stelian Exp $"; #endif /* not lint */ #include @@ -338,7 +334,7 @@ mapdirs(ino_t maxino, long *tapesize) register int isdir; register char *map; register ino_t ino; -#ifndef __linux +#ifndef __linux__ register int i; long filesize; #endif