1
0
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:
Andrew Tridgell 2004-09-18 08:17:32 +00:00 committed by Gerald (Jerry) Carter
parent 40d5cae5eb
commit a3fd9a911f

View File

@ -51,7 +51,7 @@ static NTSTATUS smbcli_link_internal(struct smbcli_tree *tree,
/****************************************************************************
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;