Date: Wed, 27 Sep 2006 09:24:44 +0000 (UTC) From: Maxime Henrion <mux@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_usrreq.c udp_usrreq.c Message-ID: <200609270924.k8R9Oj8e065823@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2006-09-27 09:24:44 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/netinet tcp_usrreq.c udp_usrreq.c
Log:
MFC udp_usrreq.c:1.180 and tcp_usrreq.c:1.128 :
Fix a bunch of SYSCTL_INT() that should have been SYSCTL_ULONG() to
match the type of the variable they are exporting.
Spotted by: Thomas Hurst <tom@hur.st>
Approved by: re@ (rwatson)
Forgotten by: mux
Revision Changes Path
1.124.2.3 +2 -2 src/sys/netinet/tcp_usrreq.c
1.175.2.7 +2 -2 src/sys/netinet/udp_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609270924.k8R9Oj8e065823>
