Commit 102aa241 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Also note that I plan to remove the various places with

http_main.c where we have

#ifdef BEOS
        closesocket(s);
#else
        close(s);
#endif

which is bogus.... unless somehow this is required for
the WIN32/Netware :/

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101454 13f79535-47bb-0310-9956-ffa450edef68
parent f95f2889
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment