svn commit: samba r11767 - in branches/SAMBA_3_0/source/smbd: .

jra at samba.org jra at samba.org
Thu Nov 17 22:39:02 GMT 2005


Author: jra
Date: 2005-11-17 22:39:00 +0000 (Thu, 17 Nov 2005)
New Revision: 11767

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11767

Log:
Doesn't need to be exported.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/smbd/dosmode.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/dosmode.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/dosmode.c	2005-11-17 22:38:58 UTC (rev 11766)
+++ branches/SAMBA_3_0/source/smbd/dosmode.c	2005-11-17 22:39:00 UTC (rev 11767)
@@ -126,7 +126,7 @@
  Change a unix mode to a dos mode.
 ****************************************************************************/
 
-uint32 dos_mode_from_sbuf(connection_struct *conn, const char *path, SMB_STRUCT_STAT *sbuf)
+static uint32 dos_mode_from_sbuf(connection_struct *conn, const char *path, SMB_STRUCT_STAT *sbuf)
 {
 	int result = 0;
 	enum mapreadonly_options ro_opts = (enum mapreadonly_options)lp_map_readonly(SNUM(conn));



More information about the samba-cvs mailing list