cvs commit: src/sbin/atacontrol Makefile atacontrol.c
Johan Karlsson
johan at FreeBSD.org
Wed Nov 5 11:20:42 PST 2003
johan 2003/11/05 11:20:41 PST
FreeBSD src repository
Modified files:
sbin/atacontrol Makefile atacontrol.c
Log:
Make this WARNS=6 clean by:
- declaring 'mode2str' as returning a 'const char *'
- prototyping all function
- rename the argument 'version' to 'ver', not to shadow
the now prototyped function 'version'.
Also mark it as WARNS?= 6 clean to try to keep it clean.
Tested by: make universe (including amd64)
Revision Changes Path
1.8 +1 -0 src/sbin/atacontrol/Makefile
1.27 +13 -4 src/sbin/atacontrol/atacontrol.c
More information about the cvs-src
mailing list