svn commit: samba r11766 - in trunk/source/smbd: .

jra at samba.org jra at samba.org
Thu Nov 17 22:38:59 GMT 2005


Author: jra
Date: 2005-11-17 22:38:58 +0000 (Thu, 17 Nov 2005)
New Revision: 11766

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

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

Modified:
   trunk/source/smbd/dosmode.c


Changeset:
Modified: trunk/source/smbd/dosmode.c
===================================================================
--- trunk/source/smbd/dosmode.c	2005-11-17 21:58:08 UTC (rev 11765)
+++ trunk/source/smbd/dosmode.c	2005-11-17 22:38:58 UTC (rev 11766)
@@ -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