summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ipc
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@suse.de>2011-10-18 11:47:05 +0200
committerStefan Metzmacher <metze@samba.org>2011-10-19 15:44:29 +0200
commit281fc93c6bc21039ffedcc8d19084df02b087f24 (patch)
treeb834b9512dd6058dbe05410d6c12ad8bb0d165da /source4/ntvfs/ipc
parent43f23b55c44094b29c8a7017fda8e6b030e2eba4 (diff)
downloadsamba-281fc93c6bc21039ffedcc8d19084df02b087f24.tar.gz
samba-281fc93c6bc21039ffedcc8d19084df02b087f24.tar.bz2
samba-281fc93c6bc21039ffedcc8d19084df02b087f24.zip
libcli: move ioctl function field defs to smb_constants
Currently there are a lot of duplicate ioctl function field definitions between source3 and source4. Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/ntvfs/ipc')
-rw-r--r--source4/ntvfs/ipc/vfs_ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/ipc/vfs_ipc.c b/source4/ntvfs/ipc/vfs_ipc.c
index fc9ff4fb12..8097a67ab9 100644
--- a/source4/ntvfs/ipc/vfs_ipc.c
+++ b/source4/ntvfs/ipc/vfs_ipc.c
@@ -29,7 +29,7 @@
#include "ntvfs/ntvfs.h"
#include "../librpc/gen_ndr/rap.h"
#include "ntvfs/ipc/proto.h"
-#include "libcli/raw/ioctl.h"
+#include "../libcli/smb/smb_constants.h"
#include "param/param.h"
#include "../lib/tsocket/tsocket.h"
#include "../libcli/named_pipe_auth/npa_tstream.h"