qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 14/17] configure: Fix compiler warning in config.log


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 14/17] configure: Fix compiler warning in config.log (undefined NULL)
Date: Mon, 19 Dec 2011 11:12:35 +0000

From: Stefan Weil <address@hidden>

Avoid the warning when probing for xfs.

Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index e3713af..e9725d4 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 <stddef.h>  /* NULL */
 #include <xfs/xfs.h>
 int main(void)
 {
-- 
1.7.7.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]