From: Tim Kientzle Date: Mon, 9 Feb 2009 06:10:09 +0000 (-0500) Subject: On second thought, another guard here wouldn't hurt. X-Git-Tag: v2.7.0~311 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3697bd4fc753d81371e5265990b3fbd796cfd69;p=thirdparty%2Flibarchive.git On second thought, another guard here wouldn't hurt. SVN-Revision: 593 --- diff --git a/cpio/test/test.h b/cpio/test/test.h index 16bd4c10e..de1620732 100644 --- a/cpio/test/test.h +++ b/cpio/test/test.h @@ -65,6 +65,7 @@ #ifdef __FreeBSD__ #include /* For __FBSDID */ #else +#undef __FBSDID #define __FBSDID(a) struct _undefined_hack #endif