mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-12 20:35:23 +02:00
smb: client: delete "true", "false" defines
[ Upstream commit 5d390df3bd
]
Kernel has its own official true/false definitions.
The defines aren't even used in this file.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
5cf3fddbd3
commit
a5df782031
|
@ -26,13 +26,6 @@
|
||||||
#include "cifsproto.h"
|
#include "cifsproto.h"
|
||||||
#include "../common/md4.h"
|
#include "../common/md4.h"
|
||||||
|
|
||||||
#ifndef false
|
|
||||||
#define false 0
|
|
||||||
#endif
|
|
||||||
#ifndef true
|
|
||||||
#define true 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* following came from the other byteorder.h to avoid include conflicts */
|
/* following came from the other byteorder.h to avoid include conflicts */
|
||||||
#define CVAL(buf,pos) (((unsigned char *)(buf))[pos])
|
#define CVAL(buf,pos) (((unsigned char *)(buf))[pos])
|
||||||
#define SSVALX(buf,pos,val) (CVAL(buf,pos)=(val)&0xFF,CVAL(buf,pos+1)=(val)>>8)
|
#define SSVALX(buf,pos,val) (CVAL(buf,pos)=(val)&0xFF,CVAL(buf,pos+1)=(val)>>8)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user