diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-06 07:58:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:33 -0500 |
commit | 439c1524fba3b58abe9e353f9ff2bd7f103f3d12 (patch) | |
tree | 0b824442f7c57ee4a2653fbcbb280987cb582e01 /source4/librpc/idl/xattr.idl | |
parent | 4c06ac06a13eaff5b314ad97cce824d615c06f9a (diff) | |
download | samba-439c1524fba3b58abe9e353f9ff2bd7f103f3d12.tar.gz samba-439c1524fba3b58abe9e353f9ff2bd7f103f3d12.tar.bz2 samba-439c1524fba3b58abe9e353f9ff2bd7f103f3d12.zip |
r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->generic ntvfs mapping code.
(This used to be commit ed844192d7f7ed487290f719df65f256a5b0b9bc)
Diffstat (limited to 'source4/librpc/idl/xattr.idl')
-rw-r--r-- | source4/librpc/idl/xattr.idl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/librpc/idl/xattr.idl b/source4/librpc/idl/xattr.idl index c2487b705c..0fc965c825 100644 --- a/source4/librpc/idl/xattr.idl +++ b/source4/librpc/idl/xattr.idl @@ -37,7 +37,6 @@ interface xattr /* we store DOS style extended attributes in a DosEAs xattr */ const string XATTR_DOSEAS_NAME = "user.DosEAs"; - const string XATTR_DOSEAS_ESTIMATED_SIZE = 100; typedef struct { utf8string name; |