]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
On second thought, another guard here wouldn't hurt.
authorTim Kientzle <kientzle@gmail.com>
Mon, 9 Feb 2009 06:10:09 +0000 (01:10 -0500)
committerTim Kientzle <kientzle@gmail.com>
Mon, 9 Feb 2009 06:10:09 +0000 (01:10 -0500)
SVN-Revision: 593

cpio/test/test.h

index 16bd4c10e716c0e57b783cabe8a7f0a3fd8b784e..de16207325e2327ba65c5006706d51e47803716a 100644 (file)
@@ -65,6 +65,7 @@
 #ifdef __FreeBSD__
 #include <sys/cdefs.h>  /* For __FBSDID */
 #else
+#undef __FBSDID
 #define        __FBSDID(a)     struct _undefined_hack
 #endif