diff options
author | Jeremy Allison <jra@samba.org> | 2005-11-17 22:39:00 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2005-11-17 22:39:00 +0000 |
commit | e95b56206c06ec49a5e9892442aaa7573bff2c0d (patch) | |
tree | 578357850164093c5c2329990e7c370b9602c3e1 | |
parent | 455855e674e263536bac5137da9194f40a81c2a5 (diff) | |
download | samba-e95b56206c06ec49a5e9892442aaa7573bff2c0d.tar.gz samba-e95b56206c06ec49a5e9892442aaa7573bff2c0d.tar.xz samba-e95b56206c06ec49a5e9892442aaa7573bff2c0d.zip |
r11767: Doesn't need to be exported.
Jeremy.
-rw-r--r-- | source/smbd/dosmode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/dosmode.c b/source/smbd/dosmode.c index 814d008cbbe..5dfeddb80ac 100644 --- a/source/smbd/dosmode.c +++ b/source/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)); |