diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-04-03 16:35:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-04-03 16:35:58 +0000 |
| commit | 371c9f9384205b182bab22fc10c0ee4db79cc247 (patch) | |
| tree | 99c509aaaf1d47a44ef6c81c1190d5486c58502d /sbin | |
| parent | 7e0b3120e7039f5d76f400213d75cd6cc1c03d26 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/restore/dirs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/restore/dirs.c b/sbin/restore/dirs.c index f0ed7f869e32..f12f932fe85e 100644 --- a/sbin/restore/dirs.c +++ b/sbin/restore/dirs.c @@ -278,8 +278,6 @@ pathsearch(const char *pathname) struct direct *dp; char *path, *name, buffer[MAXPATHLEN]; - printf("Looking for %s\n", pathname); - strcpy(buffer, pathname); path = buffer; ino = ROOTINO; |
