mirror of
https://github.com/samba-team/samba.git
synced 2025-03-07 00:58:40 +03:00
r2405: expose unix_perms_to_wire() for use by the posix backend, in supporting the UNIX extensions
This commit is contained in:
parent
40d5cae5eb
commit
a3fd9a911f
@ -51,7 +51,7 @@ static NTSTATUS smbcli_link_internal(struct smbcli_tree *tree,
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
Map standard UNIX permissions onto wire representations.
|
Map standard UNIX permissions onto wire representations.
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
static uint32_t unix_perms_to_wire(mode_t perms)
|
uint32_t unix_perms_to_wire(mode_t perms)
|
||||||
{
|
{
|
||||||
uint_t ret = 0;
|
uint_t ret = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user