cvs commit: src/sys/boot/sparc64/loader main.c

[ Available lists | Index of cvs-src | Month of Jun 2007 | Week of 16 Jun 2007 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Marius Strobl <marius@FreeBSD.org>
Date
16 Jun 2007 21:46:15
Subject
cvs commit: src/sys/boot/sparc64/loader main.c
Message-ID
200706162146.l5GLkFEb095486@repoman.freebsd.org


[ Hide this part ]
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


Elapsed time: 0.083 seconds