]> granicus.if.org Git - apache/commitdiff
The closesocket define causes problems on BeOS. Get rid of it where
authorManoj Kasichainula <manoj@apache.org>
Mon, 6 Sep 1999 03:23:39 +0000 (03:23 +0000)
committerManoj Kasichainula <manoj@apache.org>
Mon, 6 Sep 1999 03:23:39 +0000 (03:23 +0000)
appropriate.

Submitted by: In part by David Reid <abb37@dial.pipex.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83872 13f79535-47bb-0310-9956-ffa450edef68

include/ap_config.h

index 757be99fa2e56a1844ba51244251bfc95f30c203..811b7d4e78d0bdff5081ec3ef6311973eb9b8fb9 100644 (file)
@@ -1068,7 +1068,6 @@ typedef int rlim_t;
 #include <pwd.h>
 #include <grp.h>
 #include <fcntl.h>
-#define closesocket(s) close(s)
 #ifndef O_BINARY
 #define O_BINARY (0)
 #endif