From ab8ffa822a38765301cb6a34dd917eb1c2963249 Mon Sep 17 00:00:00 2001 From: Steve French Date: Fri, 1 Apr 2005 21:15:09 +0000 Subject: r6170: Remove redundant flag that I had just added. (This used to be commit 981b44e600e2410395d6d02252795623e400d624) --- source3/include/trans2.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/trans2.h b/source3/include/trans2.h index 63e51d5e19..2aae1137dd 100644 --- a/source3/include/trans2.h +++ b/source3/include/trans2.h @@ -472,7 +472,6 @@ Offset Size Name security and trusted */ #define CIFS_UNIX_EXTATTR_CAP 0x8 /* for support of chattr (chflags) and lsattr */ -#define CIFS_UNIX_POSIX_LOCK 0x10 #define SMB_QUERY_POSIX_FS_INFO 0x201 -- cgit