X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fcifs%2Fsmbencrypt.c;h=ff3232fa1015b4bebdcfeaa5d49a4bc365b21276;hb=ec8deffa33757286ba59e71d3d98173c37638b37;hp=58bbfd992cc0f4afe26f057752aeddfbd3da53ba;hpb=d12dbbfe948c89156ad1b0fe7c808ba4d6f00bc2;p=mv-sheeva.git diff --git a/fs/cifs/smbencrypt.c b/fs/cifs/smbencrypt.c index 58bbfd992cc..ff3232fa101 100644 --- a/fs/cifs/smbencrypt.c +++ b/fs/cifs/smbencrypt.c @@ -35,11 +35,11 @@ #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 */