Date: Wed, 14 Dec 2005 22:27:48 +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/kern uipc_usrreq.c src/sys/netinet raw_ip.c tcp_usrreq.c udp_usrreq.c Message-ID: <200512142227.jBEMRm0R002149@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2005-12-14 22:27:48 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_usrreq.c
sys/netinet raw_ip.c tcp_usrreq.c udp_usrreq.c
Log:
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>
MFC after: 3 days
Revision Changes Path
1.160 +4 -4 src/sys/kern/uipc_usrreq.c
1.156 +2 -2 src/sys/netinet/raw_ip.c
1.128 +2 -2 src/sys/netinet/tcp_usrreq.c
1.180 +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?200512142227.jBEMRm0R002149>
