summaryrefslogtreecommitdiffstats
path: root/sys/sys/socket.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-06-02 04:32:52 +0000
committeralfred <alfred@FreeBSD.org>2002-06-02 04:32:52 +0000
commit3ff28a5819e5627cd1f0beaf945d5e5543ccf5d1 (patch)
treeb5df03e3564deaca62dd9b07c3f6346ac5ce70eb /sys/sys/socket.h
parent2abbbe7b8ae79822d494eacb2a9b49121b49dd80 (diff)
downloadFreeBSD-src-3ff28a5819e5627cd1f0beaf945d5e5543ccf5d1.zip
FreeBSD-src-3ff28a5819e5627cd1f0beaf945d5e5543ccf5d1.tar.gz
bde noticed that SOMAXCONN breaks pretty badly as an option for LINT.
so back it out.
Diffstat (limited to 'sys/sys/socket.h')
-rw-r--r--sys/sys/socket.h2
1 files changed, 0 insertions, 2 deletions
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