Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 05/03/1996 05:30:08
neil
Fri May  3 05:23:28 EDT 1996
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/a/users/neil/src/sys/sys

Modified Files:
	socket.h 
Log Message:
Remove #ifdefs

Thanks to cgd@NetBSD.ORG for pointing the following out to me:

listen (fd, SOMAXCONN); would break.

As programs wouldn't see the changes that might be specified in
the kernel config file.

As penance I am going to see if it would be possible to move this 
into param.h and provide away of finding out what the kernel
value is. On busy network servers this value is useful to have as a tunable
kernel parameter.