diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-09-20 07:26:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:52 -0500 |
commit | 677d1bc487c345b899ed0e7ec2cd00a281051a50 (patch) | |
tree | 3040861d6ce9fcec9f0b67aea0c44364d1b40c7d /source4/include | |
parent | f94de51a4eab98249833b383082467ab001561ce (diff) | |
download | samba-677d1bc487c345b899ed0e7ec2cd00a281051a50.tar.gz samba-677d1bc487c345b899ed0e7ec2cd00a281051a50.tar.bz2 samba-677d1bc487c345b899ed0e7ec2cd00a281051a50.zip |
r2434: separate "attrib" and "ex_attrib" elements for DOS attributes is pointless
(This used to be commit 5fcad57128e47d4d6c0f387d5563d9de2fc08351)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/smb_interfaces.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/include/smb_interfaces.h b/source4/include/smb_interfaces.h index 583455c9ae..14f8ecfc13 100644 --- a/source4/include/smb_interfaces.h +++ b/source4/include/smb_interfaces.h @@ -354,7 +354,7 @@ union smb_fileinfo { } in; struct { - uint16_t attrib; + uint32_t attrib; uint32_t ea_size; uint_t num_eas; struct ea_struct { @@ -366,7 +366,6 @@ union smb_fileinfo { NTTIME access_time; NTTIME write_time; NTTIME change_time; - uint32_t ex_attrib; uint64_t alloc_size; uint64_t size; uint32_t nlink; |