bde noticed that SOMAXCONN breaks pretty badly as an option for LINT.

so back it out.
This commit is contained in:
Alfred Perlstein 2002-06-02 04:32:52 +00:00
parent 61c075b67f
commit 6e330f3e36
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97728
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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.