Module Name: src
Committed By: enami
Date: Tue Aug 31 05:07:10 UTC 2010
Modified Files:
src/bin/pax: ar_io.c
Log Message:
Backout previous; it was wrong fix.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/bin/pax/ar_io.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/pax/ar_io.c
diff -u src/bin/pax/ar_io.c:1.51 src/bin/pax/ar_io.c:1.52
--- src/bin/pax/ar_io.c:1.51 Tue Aug 31 04:50:07 2010
+++ src/bin/pax/ar_io.c Tue Aug 31 05:07:09 2010
@@ -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 @@
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;