]> git.sur5r.net Git - openldap/commitdiff
Import NT compatibility fix from HEAD
authorHoward Chu <hyc@openldap.org>
Thu, 16 Dec 2004 15:47:16 +0000 (15:47 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 16 Dec 2004 15:47:16 +0000 (15:47 +0000)
servers/slurpd/slurp.h

index 96ca977127e7dcd867a58ea21a9a212d1bed2488..8337acec2a2ef0d3d1d17a72c71b7313e66ad743 100644 (file)
@@ -58,6 +58,7 @@
        /* should be moved to portable.h.nt */
 #define ftruncate(a,b) _chsize(a,b)
 #define truncate(a,b) _lclose( _lcreat(a, 0))
+#define mkdir(a,b) mkdir(a)
 #define S_IRGRP 0
 #define S_IWGRP 0
 #endif