]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make mdconfig(8) WARNS=6 clean:
authorjh <jh@FreeBSD.org>
Fri, 22 Jan 2010 08:51:58 +0000 (08:51 +0000)
committerjh <jh@FreeBSD.org>
Fri, 22 Jan 2010 08:51:58 +0000 (08:51 +0000)
commit904c85a87b091b9fdfcd22e0990f9383aa4ec7eb
treec62daf77b9389a37dd1e913d23aab68a5aa64b3a
parent03418e0c500f91bed6a159d72bf28c6b31fcdec4
Make mdconfig(8) WARNS=6 clean:

- Constify geom_config_get() name argument.
- Add void keyword for usage().
- Initialize mdunit to NULL.
- Don't call md_prthumanval() at all if length is NULL.

Approved by: trasz (mentor)
sbin/mdconfig/Makefile
sbin/mdconfig/mdconfig.c