From 0d5166c3ab418ac554c9634f61b6a289fedf512c Mon Sep 17 00:00:00 2001 From: enami Date: Tue, 31 Aug 2010 05:07:09 +0000 Subject: [PATCH] Backout previous; it was wrong fix. --- bin/pax/ar_io.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/pax/ar_io.c b/bin/pax/ar_io.c index f9e860968a97..2ef0ec0ace6d 100644 --- a/bin/pax/ar_io.c +++ b/bin/pax/ar_io.c @@ -42,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)ar_io.c 8.2 (Berkeley) 4/18/94"; #else -__RCSID("$NetBSD: ar_io.c,v 1.51 2010/08/31 04:50:07 enami Exp $"); +__RCSID("$NetBSD: ar_io.c,v 1.52 2010/08/31 05:07:09 enami Exp $"); #endif #endif /* not lint */ @@ -147,13 +147,11 @@ ar_open(const char *name) syswarn(0, errno, "Failed open on %s", name); return -1; } -#if !HAVE_NBTOOL_CONFIG_H if (!isrmt(arfd)) { rmtclose(arfd); tty_warn(0, "Not a remote file: %s", name); return -1; } -#endif blksz = rdblksz = 8192; lstrval = 1; return 0;