]> granicus.if.org Git - apache/commitdiff
Make MSVC compilers happy.
authorGuenter Knauf <fuankg@apache.org>
Tue, 18 Jun 2013 21:30:53 +0000 (21:30 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 18 Jun 2013 21:30:53 +0000 (21:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1494317 13f79535-47bb-0310-9956-ffa450edef68

support/passwd_common.c

index 2d438eef961f7133a457bb4840c6624177bebfa4..343fa7906431821913e34b20f3ce70bca42e3926 100644 (file)
 #include <io.h>
 #endif
 
+#ifdef _MSC_VER
+#define write _write
+#endif
+
 apr_file_t *errfile;
 
 int abort_on_oom(int rc)