diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-04-06 02:02:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:00:19 -0500 |
commit | fc11201ad1c44c20b9d1b8419c3632ca45f74013 (patch) | |
tree | 6211b7f21024a5afe221bbcbd44707a9158db197 /source/include | |
parent | 659576806fef066203551281cab4dc5cd3234ff7 (diff) | |
download | samba-fc11201ad1c44c20b9d1b8419c3632ca45f74013.tar.gz |
r14936: remove a duplicate line
Diffstat (limited to 'source/include')
-rw-r--r-- | source/include/smb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/include/smb.h b/source/include/smb.h index 2ca91f729f8..94868903851 100644 --- a/source/include/smb.h +++ b/source/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 |