From: Guenter Knauf Date: Tue, 18 Jun 2013 21:30:53 +0000 (+0000) Subject: Make MSVC compilers happy. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d21c18b1a734c07d74ea70d571062204a372acc6;p=thirdparty%2Fapache%2Fhttpd.git Make MSVC compilers happy. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1494317 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/passwd_common.c b/support/passwd_common.c index 2d438eef961..343fa790643 100644 --- a/support/passwd_common.c +++ b/support/passwd_common.c @@ -44,6 +44,10 @@ #include #endif +#ifdef _MSC_VER +#define write _write +#endif + apr_file_t *errfile; int abort_on_oom(int rc)