r7850: Support mkdir() with just one parameter. Patch from
authorJelmer Vernooij <jelmer@samba.org>
Thu, 23 Jun 2005 22:30:26 +0000 (22:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:42 +0000 (13:18 -0500)
commit66a52992ff6a9f2f926249ac428d6fad72303637
tree125e49ba1f1f28a9f0e205482d250f344e9bbed0
parentf877a7fdf570db5c36c29eebc0e579f848e4a912
r7850: Support mkdir() with just one parameter. Patch from
Steven Edwards <steven_ed4153@yahoo.com>.

I've moved the Win32-specific tests to win32.m4 so it does not
make any of the POSIX configure stuff more complicated.
(This used to be commit bf85fdd01552f75b745fdf3159a7a87cd6521ed2)
source4/configure.in
source4/include/system/dir.h
source4/lib/messaging/messaging.c
source4/lib/replace/win32.m4 [new file with mode: 0644]
source4/lib/util.c
source4/ntvfs/posix/pvfs_mkdir.c
source4/ntvfs/posix/pvfs_open.c
source4/ntvfs/simple/vfs_simple.c
source4/rpc_server/dcerpc_sock.c
source4/winbind/wb_server.c