Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 May 2007 13:51:25 +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:  <200705071351.l47DpPng030377@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2007-05-07 13:51:25 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          udp_usrreq.c 
  Log:
  Since udp_peeraddr() and udp_sockaddr() directly wrap in_setpeeraddr()
  and in_setsockaddr(), containing only stale comments on why they
  exist, remove them and initialize the protosw for UDP to directly
  reference in_setpeeraddr() and in_setsockaddr().
  
  Revision  Changes    Path
  1.207     +2 -25     src/sys/netinet/udp_usrreq.c



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