Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 04/21/1999 21:50:06
Module Name:	src
Committed By:	simonb
Date:		Thu Apr 22 04:50:06 UTC 1999

Modified Files:
	src/sys/conf: param.c
	src/sys/kern: uipc_socket2.c
	src/sys/sys: socketvar.h
Log Message:
Move inclusion of "opt_sb_max.h" from sys/socketvar.h to
conf/param.c, and move the initialisation of the sb_max
variable from kern/uipc_socket2.c to conf/param.c.  Now
everthing that includes sys/socketvar.h doesn't get
recompiled when SB_MAX's value changes.