cvs commit: src/sys/netipx ipx_pcb.c spx_usrreq.c
    Robert Watson 
    rwatson at FreeBSD.org
       
    Fri Mar 24 13:58:24 UTC 2006
    
    
  
rwatson     2006-03-24 13:58:23 UTC
  FreeBSD src repository
  Modified files:
    sys/netipx           ipx_pcb.c spx_usrreq.c 
  Log:
  Clean up and style(9) SPX code prior to significant functional changes
  being committed:
  
  - Wrap comments more evenly on right border.
  - Clean up braces.
  
  Also, along similar lines:
  
  - Assert some pointers are non-NULL before dereferencing them.
  - Remove one assertion that looks, on face value, poor.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.44      +5 -3      src/sys/netipx/ipx_pcb.c
  1.71      +252 -212  src/sys/netipx/spx_usrreq.c
    
    
More information about the cvs-all
mailing list