From: Stelian Pop Date: Fri, 25 Feb 2005 13:44:32 +0000 (+0000) Subject: Remove a few unneeded Nflag X-Git-Tag: release_0_4b40~6 X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=commitdiff_plain;h=96750eb845227b446da46f4c8f7ba3a8a839d74a;ds=sidebyside Remove a few unneeded Nflag --- diff --git a/restore/tape.c b/restore/tape.c index 77f84f0..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.87 2005/01/24 10:37:58 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 */