mirror of
https://github.com/samba-team/samba.git
synced 2025-12-13 16:23:50 +03:00
r14205: move smb specific stuff out of includes.h (finally!!!:-)
all this changes really help ccache to speed up the samba4 build:-) metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
ce80425f6d
commit
180a79d103
@@ -579,4 +579,7 @@
|
||||
#define _smb2_setlen(buf,len) do {(buf)[0] = 0; (buf)[1] = ((len)&0xFF0000)>>16; \
|
||||
(buf)[2] = ((len)&0xFF00)>>8; (buf)[3] = (len)&0xFF;} while (0)
|
||||
|
||||
#include "libcli/raw/trans2.h"
|
||||
#include "libcli/raw/interfaces.h"
|
||||
|
||||
#endif /* _SMB_H */
|
||||
|
||||
Reference in New Issue
Block a user