Date: Sat, 16 Jun 2007 21:46:15 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/sparc64/loader main.c Message-ID: <200706162146.l5GLkFEb095486@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2007-06-16 21:46:15 UTC FreeBSD src repository Modified files: sys/boot/sparc64/loader main.c Log: - Remove dupe and unused declarations and prototypes. - Add missing prototypes. - Define global variables not used outside of this module as static. - Replace some outdated hard-coded functions names in panic strings with __func__. - Fix some style(9) bugs. Revision Changes Path 1.31 +54 -67 src/sys/boot/sparc64/loader/main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706162146.l5GLkFEb095486>