summaryrefslogtreecommitdiff
path: root/source4/ntvfs
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
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')
-rw-r--r--source4/ntvfs/ipc/vfs_ipc.c2
-rw-r--r--source4/ntvfs/posix/pvfs_ioctl.c2
-rw-r--r--source4/ntvfs/print/vfs_print.c2
3 files changed, 3 insertions, 3 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"
diff --git a/source4/ntvfs/posix/pvfs_ioctl.c b/source4/ntvfs/posix/pvfs_ioctl.c
index f263e9852b..1d5e8fdb1b 100644
--- a/source4/ntvfs/posix/pvfs_ioctl.c
+++ b/source4/ntvfs/posix/pvfs_ioctl.c
@@ -21,7 +21,7 @@
#include "includes.h"
#include "vfs_posix.h"
-#include "libcli/raw/ioctl.h"
+#include "../libcli/smb/smb_constants.h"
/*
old ioctl interface
diff --git a/source4/ntvfs/print/vfs_print.c b/source4/ntvfs/print/vfs_print.c
index 24804632fb..6019e44132 100644
--- a/source4/ntvfs/print/vfs_print.c
+++ b/source4/ntvfs/print/vfs_print.c
@@ -22,7 +22,7 @@
*/
#include "includes.h"
-#include "libcli/raw/ioctl.h"
+#include "../libcli/smb/smb_constants.h"
#include "ntvfs/ntvfs.h"
#include "param/param.h"