summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-04-09 14:07:13 +0000
committerstefanf <stefanf@FreeBSD.org>2005-04-09 14:07:13 +0000
commitaa6f9c97a9980ee3c253c2d01b24315e8fd3a32a (patch)
tree4c8ae91f1d48ac9ab5354f167b6defd5f17322b8 /sys/boot
parent853bddab2983baf051504fc75b2a2465c25a8d81 (diff)
downloadFreeBSD-src-aa6f9c97a9980ee3c253c2d01b24315e8fd3a32a.zip
FreeBSD-src-aa6f9c97a9980ee3c253c2d01b24315e8fd3a32a.tar.gz
Fix 'implicit int' instance.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/libi386/vidconsole.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/libi386/vidconsole.c b/sys/boot/i386/libi386/vidconsole.c
index bea6b1e..1f41100 100644
--- a/sys/boot/i386/libi386/vidconsole.c
+++ b/sys/boot/i386/libi386/vidconsole.c
@@ -358,7 +358,7 @@ bail_out(int c)
}
static void
-get_arg(c)
+get_arg(int c)
{
if (argc < 0)
OpenPOWER on IntegriCloud