X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=restore%2Frestore.c;h=0be2db19a30c4052b2572437ef37f6a6c4b3da72;hb=95c74f382492999827000f544fcb6844150cda81;hp=86152040d158624e53693f007a812f138f7f6990;hpb=35b24fb7fabcf6df3b37aebf70c228d5b0688d32;p=dump.git diff --git a/restore/restore.c b/restore/restore.c index 8615204..0be2db1 100644 --- a/restore/restore.c +++ b/restore/restore.c @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: restore.c,v 1.15 2001/04/10 12:46:53 stelian Exp $"; + "$Id: restore.c,v 1.17 2001/04/26 08:28:29 stelian Exp $"; #endif /* not lint */ #include @@ -50,6 +50,7 @@ static const char rcsid[] = #ifdef __linux__ #include #include +#include #include #include #else /* __linux__ */ @@ -496,7 +497,7 @@ nodeupdates(char *name, dump_ino_t ino, int type) * for it, we discard the name knowing that it will be on the * next incremental tape. */ - case NULL: + case 0: if (compare_ignore_not_found) break; fprintf(stderr, "%s: (inode %lu) not found on tape\n", name, (unsigned long)ino);