]> Git Repo - uclibc-ng.git/commitdiff
getconf.c: undef VERSION
authorBernhard Reutner-Fischer <[email protected]>
Thu, 28 May 2015 15:05:43 +0000 (17:05 +0200)
committerWaldemar Brodkorb <[email protected]>
Wed, 10 Jun 2015 15:19:40 +0000 (10:19 -0500)
might come in via nptl so undef it before redefining it

Signed-off-by: Bernhard Reutner-Fischer <[email protected]>
utils/getconf.c

index 408a574d591312ec9cd53c84abfcd890c8bc8a0b..3dd3d75d952291e3a1541a1d928f634da74b846d 100644 (file)
@@ -23,6 +23,7 @@
 #include <stdio.h>
 
 #define PACKAGE "getconf regression test"
+#undef VERSION
 #define VERSION ""
 #define _(x) x
 #define error(status, errnum, fmt, ...) \
This page took 0.021931 seconds and 4 git commands to generate.