diff options
author | Tim Prouty <tprouty@samba.org> | 2009-06-10 10:49:21 -0700 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-06-10 13:13:27 -0700 |
commit | 5b2034f9c1db7efc14bdfe1a95356833705c4057 (patch) | |
tree | e63f3e69b8b5b5478e30362ab51448736f2785c7 /source3 | |
parent | 2481d8dcd03dfb4dbde50aebdbf3c33565cab429 (diff) | |
download | samba-5b2034f9c1db7efc14bdfe1a95356833705c4057.tar.gz samba-5b2034f9c1db7efc14bdfe1a95356833705c4057.tar.bz2 samba-5b2034f9c1db7efc14bdfe1a95356833705c4057.zip |
s3: Remove the now unused CFF_DOS_PATH flag
All paths are now unix paths, making this flag useless.
This flags argument is now unused and can be safely removed.
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/smb.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 188c83f22f..4eed68faaf 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1904,11 +1904,6 @@ struct smb_extended_info { char samba_version_string[SAMBA_EXTENDED_INFO_VERSION_STRING_LENGTH]; }; -/* - * create_file_flags - */ -#define CFF_DOS_PATH 0x00000001 - /* time info */ struct smb_file_time { struct timespec mtime; |