]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make atm WARNS=6 clean. The changes are mostly:
authorHartmut Brandt <harti@FreeBSD.org>
Mon, 28 Jul 2003 08:14:27 +0000 (08:14 +0000)
committerHartmut Brandt <harti@FreeBSD.org>
Mon, 28 Jul 2003 08:14:27 +0000 (08:14 +0000)
commit24dd3413f5ac7c1ba6ce1de1ec7509ecfa2e8ccd
tree2c297d928e99e9a69262b163b046ff916389c40d
parent1deac5817994a27fd4b6d4342b69e6773f7a934a
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
sbin/atm/atm/Makefile
sbin/atm/atm/atm.c
sbin/atm/atm/atm.h
sbin/atm/atm/atm_eni.c
sbin/atm/atm/atm_fore200.c
sbin/atm/atm/atm_inet.c
sbin/atm/atm/atm_print.c
sbin/atm/atm/atm_set.c
sbin/atm/atm/atm_show.c
sbin/atm/atm/atm_subr.c