Date: Mon, 28 Jul 2003 01:14:27 -0700 (PDT) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200307280814.h6S8ERSL079509@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307280814.h6S8ERSL079509>
