cvs commit: src/sys/netinet udp_usrreq.c
Robert Watson
rwatson at FreeBSD.org
Mon Sep 10 07:22:16 PDT 2007
rwatson 2007-09-10 14:22:15 UTC
FreeBSD src repository
Modified files:
sys/netinet udp_usrreq.c
Log:
Further UDPv4 cleanup:
- Resort includes a bit.
- Correct typos and wording problems in comments.
- Rename udpcksum to udp_cksum to be consistent with other UDP-related
configuration variables.
- Remove indirection of udp_notify through local notify variable in
udp_ctlinput(), which is presumably due to copying and pasting from TCP,
where multiple notify routines exist.
Approved by: re (kensmith)
Revision Changes Path
1.217 +17 -17 src/sys/netinet/udp_usrreq.c
More information about the cvs-src
mailing list