Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Iain Hibbert <plunky@netbsd.org>
List: source-changes
Date: 08/16/2006 18:17:23
Module Name:	src
Committed By:	plunky
Date:		Wed Aug 16 18:17:23 UTC 2006

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

Log Message:
Remove macro call sonewconn() => sonewconn1() as it is no longer necessary.
There are no such calls and the compiler would catch mistakes like this
in any case.


To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 src/sys/kern/uipc_socket2.c
cvs rdiff -r1.88 -r1.89 src/sys/sys/socketvar.h

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