Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 07/01/2004 12:42:57
Module Name:	src
Committed By:	yamt
Date:		Thu Jul  1 12:42:57 UTC 2004

Modified Files:
	src/sys/kern: uipc_socket.c
	src/sys/sys: socketvar.h

Log Message:
bump sb_timeo from short to int to allow longer timeouts.
especially when hz is high.

while i'm here, bump sb_flags to int, as suggested by
Jason Thorpe and Bill Studenmund.

ride on 2.0G.


To generate a diff of this commit:
cvs rdiff -r1.103 -r1.104 src/sys/kern/uipc_socket.c
cvs rdiff -r1.78 -r1.79 src/sys/sys/socketvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.