summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-06-10 10:49:21 -0700
committerTim Prouty <tprouty@samba.org>2009-06-10 13:13:27 -0700
commit5b2034f9c1db7efc14bdfe1a95356833705c4057 (patch)
treee63f3e69b8b5b5478e30362ab51448736f2785c7 /source3
parent2481d8dcd03dfb4dbde50aebdbf3c33565cab429 (diff)
downloadsamba-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.h5
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;