summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/options1
-rw-r--r--sys/sys/socket.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 29587aa..87425bd 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -265,7 +265,6 @@ ETHER_8022 opt_ef.h
ETHER_SNAP opt_ef.h
MROUTING opt_mrouting.h
INET opt_inet.h
-SOMAXCONN opt_inet.h
INET6 opt_inet6.h
IPSEC opt_ipsec.h
IPSEC_ESP opt_ipsec.h
diff --git a/sys/sys/socket.h b/sys/sys/socket.h
index 9e054b4..3ef2f7c 100644
--- a/sys/sys/socket.h
+++ b/sys/sys/socket.h
@@ -310,9 +310,7 @@ struct sockaddr_storage {
/*
* Maximum queue length specifiable by listen.
*/
-#ifndef SOMAXCONN
#define SOMAXCONN 128
-#endif
/*
* Message header for recvmsg and sendmsg calls.
OpenPOWER on IntegriCloud