From 42b403c19fb74b1e38e12d19c12b2e6e3bfddc6e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 26 Apr 2012 09:35:34 +0200 Subject: libcli/smb: move SMB2_IOCTL_FLAG_IS_FSCTL to smb2_constants.h metze --- source4/libcli/raw/interfaces.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/libcli') diff --git a/source4/libcli/raw/interfaces.h b/source4/libcli/raw/interfaces.h index 8ce5ca2042..1f913b7719 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 */ -- cgit