diff options
author | Jeremy Allison <jra@samba.org> | 2007-02-08 00:14:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:49 -0500 |
commit | 778f3a00f0fef879c6332abb1c965fe745d138c5 (patch) | |
tree | 6a6686dfd89ed0b504c19f5b09e4c98a341eb10c /source3/include | |
parent | ffe646b1e67bc532fd954fc84cc85d21d1f4b8f8 (diff) | |
download | samba-778f3a00f0fef879c6332abb1c965fe745d138c5.tar.gz samba-778f3a00f0fef879c6332abb1c965fe745d138c5.tar.bz2 samba-778f3a00f0fef879c6332abb1c965fe745d138c5.zip |
r21227: Quick fix for Stevef - ensure the returned data on open
is 8 byte aligned.
Jeremy.
(This used to be commit 7645044fcf77644839bb0d74163d93d03284bd67)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/trans2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/trans2.h b/source3/include/trans2.h index 5a3b25de4d..fb8e7716ab 100644 --- a/source3/include/trans2.h +++ b/source3/include/trans2.h @@ -394,6 +394,8 @@ Offset Size Name 100 - end. */ +#define SMB_FILE_UNIX_BASIC_SIZE 100 + /* UNIX filetype mappings. */ #define UNIX_TYPE_FILE 0 |