diff options
author | Guenter Knauf <fuankg@apache.org> | 2013-06-18 23:30:53 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2013-06-18 23:30:53 +0200 |
commit | e16977287309f72ba0548b38ebfb61a68f624bb8 (patch) | |
tree | aba041c27c3fac201ddd0cd3a2a4dd7ef9d995f2 /support/passwd_common.c | |
parent | Fix for stupid CodeWarrior compiler. (diff) | |
download | apache2-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.c | 4 |
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) |