summaryrefslogtreecommitdiffstats
path: root/support/passwd_common.c
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2013-06-18 23:30:53 +0200
committerGuenter Knauf <fuankg@apache.org>2013-06-18 23:30:53 +0200
commite16977287309f72ba0548b38ebfb61a68f624bb8 (patch)
treeaba041c27c3fac201ddd0cd3a2a4dd7ef9d995f2 /support/passwd_common.c
parentFix for stupid CodeWarrior compiler. (diff)
downloadapache2-e16977287309f72ba0548b38ebfb61a68f624bb8.tar.xz
apache2-e16977287309f72ba0548b38ebfb61a68f624bb8.zip
Make MSVC compilers happy.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1494317 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/passwd_common.c')
-rw-r--r--support/passwd_common.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/support/passwd_common.c b/support/passwd_common.c
index 2d438eef96..343fa79064 100644
--- a/support/passwd_common.c
+++ b/support/passwd_common.c
@@ -44,6 +44,10 @@
#include <io.h>
#endif
+#ifdef _MSC_VER
+#define write _write
+#endif
+
apr_file_t *errfile;
int abort_on_oom(int rc)