cvs commit: src/sys/netipx ipx_pcb.c ipx_pcb.h spx_usrreq.c

Robert Watson rwatson at FreeBSD.org
Thu Dec 30 09:21:08 PST 2004


rwatson     2004-12-30 17:21:07 UTC

  FreeBSD src repository

  Modified files:
    sys/netipx           ipx_pcb.c ipx_pcb.h spx_usrreq.c 
  Log:
  Garbage collect unused (and incompletely implemented) functions:
  
  - ipx_pcbnotify(), which is never called.
  - ipx_rtchange(), which is never called, is incomplete inplemented, and
    also #ifdef notdef.
  - spx_fixmtu(), which is never called, is incompletely implemented, and
    also #ifdef notdef.
  
  Revision  Changes    Path
  1.30      +0 -55     src/sys/netipx/ipx_pcb.c
  1.19      +0 -3      src/sys/netipx/ipx_pcb.h
  1.48      +0 -50     src/sys/netipx/spx_usrreq.c


More information about the cvs-src mailing list