From 825579c36e2ea2dbadd72f93e596fbb95bac88d5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 6 Apr 2006 02:02:41 +0000 Subject: r14936: remove a duplicate line (This used to be commit fc11201ad1c44c20b9d1b8419c3632ca45f74013) --- source4/include/smb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/include') diff --git a/source4/include/smb.h b/source4/include/smb.h index 2ca91f729f..9486890385 100644 --- a/source4/include/smb.h +++ b/source4/include/smb.h @@ -423,7 +423,6 @@ /* ChangeNotify flags. */ #define FILE_NOTIFY_CHANGE_FILE_NAME 0x00000001 #define FILE_NOTIFY_CHANGE_DIR_NAME 0x00000002 -#define FILE_NOTIFY_CHANGE_DIR_NAME 0x00000002 #define FILE_NOTIFY_CHANGE_ATTRIBUTES 0x00000004 #define FILE_NOTIFY_CHANGE_SIZE 0x00000008 #define FILE_NOTIFY_CHANGE_LAST_WRITE 0x00000010 -- cgit