cvs commit: src/sys/netnatm natm.c natm.h natm_pcb.c natm_proto.c

Hartmut Brandt harti at FreeBSD.org
Wed Aug 6 06:46:17 PDT 2003


harti       2003/08/06 06:46:15 PDT

  FreeBSD src repository

  Modified files:
    sys/netnatm          natm.c natm.h natm_pcb.c natm_proto.c 
  Log:
  Style(9): remove unneccesary space and blank lines, indentation,
  function prototypes. Use LIST_FOREACH instead of explicit loops.
  
  The indentation of functions indendet by 4 space have been left alone.
  2-space indented functions have been re-indented.
  
  Revision  Changes    Path
  1.26      +61 -86    src/sys/netnatm/natm.c
  1.8       +40 -41    src/sys/netnatm/natm.h
  1.14      +75 -96    src/sys/netnatm/natm_pcb.c
  1.12      +12 -13    src/sys/netnatm/natm_proto.c


More information about the cvs-src mailing list