cvs commit: src/sys/kern uipc_usrreq.c src/sys/netinet raw_ip.c
tcp_usrreq.c udp_usrreq.c
Maxime Henrion
mux at FreeBSD.org
Wed Dec 14 14:28:08 PST 2005
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 at 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
More information about the cvs-src
mailing list