Subject: CVS commit: src/sys/netinet
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/26/2003 17:32:24
Module Name:	src
Committed By:	christos
Date:		Thu Jun 26 17:32:24 UTC 2003

Modified Files:
	src/sys/netinet: tcp_usrreq.c tcp_var.h

Log Message:
abuse the mib instead of abusing the new pointer. Idea from simon burge.
It allows the tcp_sysctl_ident to run by non-super-users. No backwards
compatibility provided.


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 src/sys/netinet/tcp_usrreq.c
cvs rdiff -r1.98 -r1.99 src/sys/netinet/tcp_var.h

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