From ffc41d10b01b9c72a7dd412b271164530c14bdb8 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 17 Dec 2011 09:27:36 +0100 Subject: [PATCH] configure: Fix compiler warning in config.log (undefined NULL) Avoid the warning when probing for xfs. Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index e3713afd3e..e9725d4480 100755 --- a/configure +++ b/configure @@ -1670,6 +1670,7 @@ fi # xfsctl() probe, used for raw-posix if test "$xfs" != "no" ; then cat > $TMPC << EOF +#include /* NULL */ #include int main(void) {