From 42b403c19fb74b1e38e12d19c12b2e6e3bfddc6e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 26 Apr 2012 09:35:34 +0200 Subject: [PATCH] libcli/smb: move SMB2_IOCTL_FLAG_IS_FSCTL to smb2_constants.h metze --- libcli/smb/smb2_constants.h | 3 +++ source4/libcli/raw/interfaces.h | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libcli/smb/smb2_constants.h b/libcli/smb/smb2_constants.h index fe681a3897c..b472c765935 100644 --- a/libcli/smb/smb2_constants.h +++ b/libcli/smb/smb2_constants.h @@ -216,6 +216,9 @@ #define SMB2_WRITEFLAG_WRITE_THROUGH 0x00000001 +/* 2.2.31 SMB2 IOCTL Request */ +#define SMB2_IOCTL_FLAG_IS_FSCTL 0x00000001 + /* * Flags for durable handle v2 requests */ diff --git a/source4/libcli/raw/interfaces.h b/source4/libcli/raw/interfaces.h index 8ce5ca20422..1f913b77198 100644 --- a/source4/libcli/raw/interfaces.h +++ b/source4/libcli/raw/interfaces.h @@ -2225,9 +2225,6 @@ enum smb_ioctl_level { RAW_IOCTL_SMB2_NO_HANDLE }; -/* 2.2.31 SMB2 IOCTL Request */ -#define SMB2_IOCTL_FLAG_IS_FSCTL 0x00000001 - /* union for ioctl() backend */ -- 2.11.4.GIT