summaryrefslogtreecommitdiffstats
path: root/source/include/trans2.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-03-09 18:33:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:32 -0500
commit2f1c95ac7718c1d2a75367ba712edd6b57069432 (patch)
treea89d613ed78319eef0022dd5462e6ac61889bcdc /source/include/trans2.h
parent319fcb4ea8b7a004760aae82392b69c48af5df91 (diff)
downloadsamba-2f1c95ac7718c1d2a75367ba712edd6b57069432.tar.gz
samba-2f1c95ac7718c1d2a75367ba712edd6b57069432.tar.xz
samba-2f1c95ac7718c1d2a75367ba712edd6b57069432.zip
r21777: As Stevef requested and the Apple guys agreed, make
mode_t in posix_open/posix_mkdir -> 8 bytes to match the SET_UNIX_INFO_BASIC call. Steve is updating the Wikki. Jeremy.
Diffstat (limited to 'source/include/trans2.h')
-rw-r--r--source/include/trans2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/include/trans2.h b/source/include/trans2.h
index 8d372dcde3c..be635462e1c 100644
--- a/source/include/trans2.h
+++ b/source/include/trans2.h
@@ -717,8 +717,8 @@ enum smb_whoami_flags {
/* Definition of request data block for SMB_POSIX_PATH_OPEN */
/*
[4 bytes] flags (as smb_ntcreate_Flags).
- [4 bytes] open_mode
- [4 bytes] mode_t - same encoding as "Standard UNIX permissions" above.
+ [4 bytes] open_mode - SMB_O_xxx flags above.
+ [8 bytes] mode_t (permissions) - same encoding as "Standard UNIX permissions" above in SMB_SET_FILE_UNIX_BASIC.
[2 bytes] ret_info_level - optimization. Info level to be returned.
*/