X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump%2Ftraverse.c;h=2142abc0c274d5c481dee154556c7909c28fa1ef;hp=3886b479ae14a0ef354e8db4311c0c372a497922;hb=d1925e0c515fcb4f815d75292566d600fd715ff5;hpb=0d4dfd0731eacefd7e1fc8493522021f50ff92db diff --git a/dump/traverse.c b/dump/traverse.c index 3886b47..2142abc 100644 --- a/dump/traverse.c +++ b/dump/traverse.c @@ -37,7 +37,7 @@ #ifndef lint static const char rcsid[] = - "$Id: traverse.c,v 1.55 2003/03/30 15:40:37 stelian Exp $"; + "$Id: traverse.c,v 1.56 2003/10/26 16:05:47 stelian Exp $"; #endif /* not lint */ #include @@ -1238,7 +1238,7 @@ dumpmap(char *map, int type, dump_ino_t ino) writerec(cp, 0); } -#if defined __linux__ && !defined(int32_t) +#if defined(__linux__) && !defined(int32_t) #define int32_t __s32 #endif @@ -1311,7 +1311,7 @@ getino(dump_ino_t inum) /* * Read a chunk of data from the disk. * Try to recover from hard errors by reading in sector sized pieces. - * Error recovery is attempted at most breademax times before seeking + * Error recovery is attempted at most BREADEMAX times before seeking * consent from the operator to continue. */ int breaderrors = 0;