X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Ftape.c;h=ab6b11356300871c62af8dcbe5a16dc9faed102f;hp=76bdb4cb7d7def62ef1bd319b870421f86beb065;hb=1ba0c4bb3595ad2d15cd378e989933a883c8f77e;hpb=f30c53e5aacd10d449f01703b31a927c8a7a3134 diff --git a/restore/tape.c b/restore/tape.c index 76bdb4c..ab6b113 100644 --- a/restore/tape.c +++ b/restore/tape.c @@ -42,7 +42,7 @@ #ifndef lint static const char rcsid[] = - "$Id: tape.c,v 1.86 2005/01/24 10:32:14 stelian Exp $"; + "$Id: tape.c,v 1.88 2005/02/25 13:44:32 stelian Exp $"; #endif /* not lint */ #include @@ -1054,7 +1054,6 @@ extractfinderinfoufs(char *name) u_int32_t uid; u_int32_t gid; char path[MAXPATHLEN], fname[MAXPATHLEN]; - int toto; curfile.name = name; curfile.action = USING; @@ -1346,8 +1345,6 @@ xtrfile(char *buf, size_t size) static void xtrfilefinderinfo(char *buf, size_t size) { - if (Nflag) - return; bcopy(buf, &gFndrInfo, size); } #endif /* DUMP_MACOSX */ @@ -1730,7 +1727,7 @@ comparefile(char *name) return; } if ((lsize = readlink(name, lbuf, MAXPATHLEN)) < 0) { - panic("readlink of %s failed: %s", name, + panic("readlink of %s failed: %s\n", name, strerror(errno)); do_compare_error; }