summaryrefslogtreecommitdiff
path: root/source3/lib/doscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/doscalls.c')
-rw-r--r--source3/lib/doscalls.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/doscalls.c b/source3/lib/doscalls.c
index 50c446faeb..8d0071dde6 100644
--- a/source3/lib/doscalls.c
+++ b/source3/lib/doscalls.c
@@ -112,6 +112,7 @@ int dos_lstat(char *fname,SMB_STRUCT_STAT *sbuf)
return(sys_lstat(dos_to_unix(fname,False),sbuf));
}
+#if 0 /* VFS */
/*******************************************************************
Mkdir() that calls dos_to_unix.
Cope with UNIXes that don't allow high order mode bits on mkdir.
@@ -128,6 +129,7 @@ int dos_mkdir(char *dname,mode_t mode)
else
return ret;
}
+#endif
/*******************************************************************
Rmdir() - call dos_to_unix.