From: Tim Prouty Date: Wed, 10 Jun 2009 17:49:21 +0000 (-0700) Subject: s3: Remove the now unused CFF_DOS_PATH flag X-Git-Tag: tdb-1.1.5~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b2034f9c1db7efc14bdfe1a95356833705c4057;p=thirdparty%2Fsamba.git 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. --- diff --git a/source3/include/smb.h b/source3/include/smb.h index 188c83f22fc..4eed68faaf7 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;