cvs commit: src/sbin/atm/atm Makefile atm.c atm.h atm_eni.c atm_fore200.c atm_inet.c atm_print.c atm_set.c atm_show.c atm_subr.c

Hartmut Brandt harti at FreeBSD.org
Mon Jul 28 01:14:28 PDT 2003


harti       2003/07/28 01:14:27 PDT

  FreeBSD src repository

  Modified files:
    sbin/atm/atm         Makefile atm.c atm.h atm_eni.c 
                         atm_fore200.c atm_inet.c atm_print.c 
                         atm_set.c atm_show.c atm_subr.c 
  Log:
  Make atm WARNS=6 clean. The changes are mostly:
  
   - remove some instances of __P()
   - use real prototypes and un-K&R function headers
   - constify where necessary (mostly strings and structures containing
     strings)
   - make functions and variables static that need not to be global
   - tag unused function parameters as __unused
  
  Testing:        a fresh universe
  
  Revision  Changes    Path
  1.8       +1 -1      src/sbin/atm/atm/Makefile
  1.6       +72 -95    src/sbin/atm/atm/atm.c
  1.6       +44 -71    src/sbin/atm/atm/atm.h
  1.6       +7 -2      src/sbin/atm/atm/atm_eni.c
  1.6       +11 -3     src/sbin/atm/atm/atm_fore200.c
  1.6       +13 -13    src/sbin/atm/atm/atm_inet.c
  1.7       +38 -44    src/sbin/atm/atm/atm_print.c
  1.6       +8 -21     src/sbin/atm/atm/atm_set.c
  1.7       +57 -89    src/sbin/atm/atm/atm_show.c
  1.7       +46 -41    src/sbin/atm/atm/atm_subr.c


More information about the cvs-src mailing list