summaryrefslogtreecommitdiff
path: root/source3/smbd/dosmode.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-11-17 22:39:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:27 -0500
commit394f87b9146fab2ebf6a635c8bd4d17e4959fc36 (patch)
tree1a8b5fd460fa31cb63268c9a938024b054ba472b /source3/smbd/dosmode.c
parent0ad770a6268756d958dddaabe512341c2e32902a (diff)
downloadsamba-394f87b9146fab2ebf6a635c8bd4d17e4959fc36.tar.gz
samba-394f87b9146fab2ebf6a635c8bd4d17e4959fc36.tar.bz2
samba-394f87b9146fab2ebf6a635c8bd4d17e4959fc36.zip
r11767: Doesn't need to be exported.
Jeremy. (This used to be commit 52b6f0db2e4a209641187255bd8815c8d03a5315)
Diffstat (limited to 'source3/smbd/dosmode.c')
-rw-r--r--source3/smbd/dosmode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/dosmode.c b/source3/smbd/dosmode.c
index 814d008cbb..5dfeddb80a 100644
--- a/source3/smbd/dosmode.c
+++ b/source3/smbd/dosmode.c
@@ -126,7 +126,7 @@ mode_t unix_mode(connection_struct *conn, int dosmode, const char *fname, BOOL c
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));