cvs commit: src/sys/netipx ipx_input.c ipx_pcb.c ipx_var.h

Robert Watson rwatson at FreeBSD.org
Fri Feb 25 13:14:48 GMT 2005


rwatson     2005-02-25 13:14:47 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netipx           ipx_input.c ipx_pcb.c ipx_var.h 
  Log:
  Merge ipx_input.c:1.37, ipx_pcb.c:1.32, and ipx_var.h:1.20 from HEAD to
  RELENG_5:
  
    Use a global variable, ipxpcb_lport_cache, to cache the most recently
    used IPX port number, rather than using the global ipxpcb list head.
  
    Add 'struct ipxpcb' forward declaration to ipx_var.h.  I had this in
    the netperf branch but for some reason didn't trigger a build failure
    locally when I merged to CVS and omitted it.  Presumably driver error.
  
    Pointed out by: cperciva, tinderbox
  
  Revision  Changes    Path
  1.34.4.5  +1 -0      src/sys/netipx/ipx_input.c
  1.28.2.8  +5 -5      src/sys/netipx/ipx_pcb.c
  1.17.6.5  +1 -0      src/sys/netipx/ipx_var.h


More information about the cvs-all mailing list