From: Tim Kientzle Date: Sat, 20 Nov 2010 05:51:36 +0000 (-0500) Subject: Fix a typo in the cpio test. X-Git-Tag: v3.0.0a~848 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aa7ee23faea6af42e0481a3c4b531e95a2c7b10;p=thirdparty%2Flibarchive.git Fix a typo in the cpio test. SVN-Revision: 2792 --- diff --git a/cpio/test/main.c b/cpio/test/main.c index 23bb95169..c71708c99 100644 --- a/cpio/test/main.c +++ b/cpio/test/main.c @@ -42,7 +42,7 @@ __FBSDID("$FreeBSD: src/usr.bin/cpio/test/main.c,v 1.3 2008/08/24 04:58:22 kient #define PROGRAM "bsdcpio" /* Name of program being tested. */ #undef LIBRARY /* Not testing a library. */ #undef EXTRA_DUMP /* How to dump extra data */ -#undef EXTRA_ERRNO(x) /* How to dump errno */ +#undef EXTRA_ERRNO /* How to dump errno */ /* How to generate extra version info. */ #define EXTRA_VERSION (systemf("%s --version", testprog) ? "" : "")