diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-06 13:06:14 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-06 05:32:59 +0200 |
commit | 7891848357a945581d6c94909b2d783c75afe46e (patch) | |
tree | ae03297b74b73d402bacc72fb1dc7f014d28615f /libcli/named_pipe_auth | |
parent | 6543987139197800a3e93b768133474ed0c2d0dc (diff) | |
download | samba-7891848357a945581d6c94909b2d783c75afe46e.tar.gz samba-7891848357a945581d6c94909b2d783c75afe46e.tar.bz2 samba-7891848357a945581d6c94909b2d783c75afe46e.zip |
libcli/smb move FILE_TYPE constants in common
This allows us to remove another _SAMBA_BUILD_ conditional
Andrew Bartlett
Diffstat (limited to 'libcli/named_pipe_auth')
-rw-r--r-- | libcli/named_pipe_auth/npa_tstream.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libcli/named_pipe_auth/npa_tstream.c b/libcli/named_pipe_auth/npa_tstream.c index 2aeea5b0d3..c2eb7bf714 100644 --- a/libcli/named_pipe_auth/npa_tstream.c +++ b/libcli/named_pipe_auth/npa_tstream.c @@ -24,9 +24,7 @@ #include "../lib/tsocket/tsocket_internal.h" #include "../librpc/gen_ndr/ndr_named_pipe_auth.h" #include "../libcli/named_pipe_auth/npa_tstream.h" -#if _SAMBA_BUILD_ == 4 -#include "libcli/raw/smb.h" -#endif +#include "../libcli/smb/smb_constants.h" static const struct tstream_context_ops tstream_npa_ops; |