Date: Wed, 5 Nov 2003 11:20:41 -0800 (PST) From: Johan Karlsson <johan@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/atacontrol Makefile atacontrol.c Message-ID: <200311051920.hA5JKf8u029000@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311051920.hA5JKf8u029000>
