]> git.wh0rd.org - dump.git/blobdiff - dump/traverse.c
Added version in usage text.
[dump.git] / dump / traverse.c
index 59ce524c4c52495aa23e6a5ecf21cd548f2ba644..0865527eb9e69334a81f26f7f5e2d194bf86ead8 100644 (file)
@@ -2,8 +2,7 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *      Stelian Pop <pop@cybercable.fr>, 1999 
- *
+ *     Stelian Pop <pop@cybercable.fr>, 1999 
  */
 
 /*-
  */
 
 #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 <sys/param.h>
@@ -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