svn commit: samba r2405 - in branches/SAMBA_4_0/source/libcli: .

tridge at samba.org tridge at samba.org
Sat Sep 18 08:17:32 GMT 2004


Author: tridge
Date: 2004-09-18 08:17:32 +0000 (Sat, 18 Sep 2004)
New Revision: 2405

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/libcli&rev=2405&nolog=1

Log:
expose unix_perms_to_wire() for use by the posix backend, in supporting the UNIX extensions


Modified:
   branches/SAMBA_4_0/source/libcli/clifile.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/clifile.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/clifile.c	2004-09-18 08:16:14 UTC (rev 2404)
+++ branches/SAMBA_4_0/source/libcli/clifile.c	2004-09-18 08:17:32 UTC (rev 2405)
@@ -51,7 +51,7 @@
 /****************************************************************************
  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;
 



More information about the samba-cvs mailing list