]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Also note that I plan to remove the various places with
authorJim Jagielski <jim@apache.org>
Wed, 15 Oct 2003 00:07:15 +0000 (00:07 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 15 Oct 2003 00:07:15 +0000 (00:07 +0000)
commitccbe52e0fa3c540e5d24f5aeb5f32057057c1a9e
tree0f56ec1506eca74db5d0b74c1801985253df7abd
parent20f2e371e2bc30658264ba153948beb3bcc41321
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
STATUS