]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/cifs/smbencrypt.c
cpumask: introduce new API, without changing anything, v3
[linux-2.6-omap-h63xx.git] / fs / cifs / smbencrypt.c
index 58bbfd992cc0f4afe26f057752aeddfbd3da53ba..ff3232fa1015b4bebdcfeaa5d49a4bc365b21276 100644 (file)
 #include "cifs_debug.h"
 #include "cifsencrypt.h"
 
-#ifndef FALSE
-#define FALSE 0
+#ifndef false
+#define false 0
 #endif
-#ifndef TRUE
-#define TRUE 1
+#ifndef true
+#define true 1
 #endif
 
 /* following came from the other byteorder.h to avoid include conflicts */