From: Bradley Nicholes Date: Tue, 16 Sep 2003 23:26:18 +0000 (+0000) Subject: Rolling back to revision 1.41 until we can figure out what thread-safety issues X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72bdefd25b3d365ebf10cee28e1f18eaab8ae4aa;p=thirdparty%2Fapache%2Fhttpd.git Rolling back to revision 1.41 until we can figure out what thread-safety issues exist with indent on NetWare git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101259 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/main/rfc1413.c b/src/main/rfc1413.c index 7d134e5896d..ebef8be6886 100644 --- a/src/main/rfc1413.c +++ b/src/main/rfc1413.c @@ -83,12 +83,6 @@ #include "rfc1413.h" #include "http_main.h" /* set_callback_and_alarm */ -/* XXX WIN32 may also need to include these #defines */ -#if (defined(NETWARE) /*|| defined(WIN32)*/) -#define write(a,b,c) send(a,b,c,0) -#define read(a,b,c) recv(a,b,c,0) -#endif /* NETWARE || WIN32 */ - /* Local stuff. */ /* Semi-well-known port */ #define RFC1413_PORT 113