summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorweingart <weingart@openbsd.org>1997-09-21 22:08:07 +0000
committerweingart <weingart@openbsd.org>1997-09-21 22:08:07 +0000
commit64a349fa6341aee0b83de2d44906da781bbac545 (patch)
tree1c40f8cd51ff777128d05918d45e1cda63a84b04
parentsync (diff)
downloadwireguard-openbsd-64a349fa6341aee0b83de2d44906da781bbac545.tar.xz
wireguard-openbsd-64a349fa6341aee0b83de2d44906da781bbac545.zip
Stray %u, poof
-rw-r--r--sys/arch/i386/i386/bios.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/bios.c b/sys/arch/i386/i386/bios.c
index f390ad98976..d81f549dfef 100644
--- a/sys/arch/i386/i386/bios.c
+++ b/sys/arch/i386/i386/bios.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bios.c,v 1.2 1997/09/21 05:18:07 mickey Exp $ */
+/* $OpenBSD: bios.c,v 1.3 1997/09/21 22:08:07 weingart Exp $ */
/*
* Copyright (c) 1997 Michael Shalayeff
@@ -190,7 +190,7 @@ biosattach(parent, self, aux)
case 0xf9: p = "PC Convertible";break;
case 0xf8: p = "PS/2 386+"; break;
}
- printf(": %s(%02x) BIOS, date %u%c%c/%c%c/%c%c\n",
+ printf(": %s(%02x) BIOS, date %c%c/%c%c/%c%c\n",
p, va[15], va[5], va[6], va[8], va[9], va[11], va[12]);
#ifdef DEBUG
printf("apminfo: %x, code %x/%x[%x], data %x[%x], entry %x\n",