summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/amd64/machdep.c4
-rw-r--r--sys/i386/i386/machdep.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index d2a9430..ea3d9a6 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.93 1994/11/16 00:41:06 davidg Exp $
+ * $Id: machdep.c,v 1.94 1994/11/26 09:37:57 phk Exp $
*/
#include "npx.h"
@@ -376,7 +376,7 @@ again:
*/
configure();
if (bootverbose) {
- printf("BIOS Geometries:",
+ printf("BIOS Geometries:");
for (i=0; i < N_BIOS_GEOM; i++)
printf(" %x:%x\n", i, bootinfo.bios_geom[i]);
printf(" %d accounted for\n",bootinfo.n_bios_used);
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index d2a9430..ea3d9a6 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.93 1994/11/16 00:41:06 davidg Exp $
+ * $Id: machdep.c,v 1.94 1994/11/26 09:37:57 phk Exp $
*/
#include "npx.h"
@@ -376,7 +376,7 @@ again:
*/
configure();
if (bootverbose) {
- printf("BIOS Geometries:",
+ printf("BIOS Geometries:");
for (i=0; i < N_BIOS_GEOM; i++)
printf(" %x:%x\n", i, bootinfo.bios_geom[i]);
printf(" %d accounted for\n",bootinfo.n_bios_used);
OpenPOWER on IntegriCloud