From 774081486597fb477c89d9a3ad4897527b22830e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 7 Oct 2002 15:51:21 +0000 Subject: forgot some bits from previous rpc_secdesc.h rework patch (This used to be commit 738b9237eda8fdb8adb534ab1a84070923f352f1) --- source3/include/smb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include') diff --git a/source3/include/smb.h b/source3/include/smb.h index 1694a8b0fc..822f2485dd 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1059,8 +1059,6 @@ struct bitmap { #define DESIRED_ACCESS_PIPE 0x2019f /* Generic access masks & rights. */ -#define SPECIFIC_RIGHTS_MASK 0x00FFFFL -#define STANDARD_RIGHTS_MASK 0xFF0000L #define DELETE_ACCESS (1L<<16) /* 0x00010000 */ #define READ_CONTROL_ACCESS (1L<<17) /* 0x00020000 */ #define WRITE_DAC_ACCESS (1L<<18) /* 0x00040000 */ -- cgit