summaryrefslogtreecommitdiffstats
path: root/shlibs/blkid/src/blkidP.h
diff options
context:
space:
mode:
authorKarel Zak2009-08-03 23:33:22 +0200
committerKarel Zak2009-08-03 23:42:01 +0200
commit909572eab5eb258ac748a543ef3169cbd79a0061 (patch)
tree2a143cdd96062b0dcb42b87ad8dbd1505d0e627b /shlibs/blkid/src/blkidP.h
parentdocs: update "The Perfect Patch" URL (diff)
downloadkernel-qcow2-util-linux-909572eab5eb258ac748a543ef3169cbd79a0061.tar.gz
kernel-qcow2-util-linux-909572eab5eb258ac748a543ef3169cbd79a0061.tar.xz
kernel-qcow2-util-linux-909572eab5eb258ac748a543ef3169cbd79a0061.zip
libblkid: fix FALSE definition
Ah, I need brown paper bag! Grrr... Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/blkid/src/blkidP.h')
-rw-r--r--shlibs/blkid/src/blkidP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shlibs/blkid/src/blkidP.h b/shlibs/blkid/src/blkidP.h
index 67e7f53ac..e0e5cb81d 100644
--- a/shlibs/blkid/src/blkidP.h
+++ b/shlibs/blkid/src/blkidP.h
@@ -32,7 +32,7 @@
#ifndef TRUE
#define TRUE 1
-#define FALSE 1
+#define FALSE 0
#endif
#include <limits.h>