cvs commit: src/sys/netipx ipx_pcb.c ipx_usrreq.c

Robert Watson rwatson at FreeBSD.org
Fri Feb 25 13:29:50 GMT 2005


rwatson     2005-02-25 13:29:50 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netipx           ipx_pcb.c ipx_usrreq.c 
  Log:
  Merge ipx_pcb.c:1.39, ipx_usrreq.c:1.47 from HEAD to RELENG_5:
  
    Eliminate XXX comments regarding allocation failures when retrieving
    the peer address by using M_WAITOK in ipx_setpeeraddr() to prevent
    allocation failure.  The socket reference used to reach these calls
    will prevent the ipxpcb from being released prematurely.
  
  Revision   Changes    Path
  1.28.2.12  +3 -3      src/sys/netipx/ipx_pcb.c
  1.40.2.7   +2 -2      src/sys/netipx/ipx_usrreq.c


More information about the cvs-src mailing list