Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2007 14:22:15 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet udp_usrreq.c
Message-ID:  <200709101422.l8AEMFcU026224@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709101422.l8AEMFcU026224>