summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa/cmd_i386.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/stand/libsa/cmd_i386.c')
-rw-r--r--sys/arch/i386/stand/libsa/cmd_i386.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/libsa/cmd_i386.c b/sys/arch/i386/stand/libsa/cmd_i386.c
index 70c7bb1774e..f0de0e8c9ce 100644
--- a/sys/arch/i386/stand/libsa/cmd_i386.c
+++ b/sys/arch/i386/stand/libsa/cmd_i386.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd_i386.c,v 1.23 2002/03/14 01:26:34 millert Exp $ */
+/* $OpenBSD: cmd_i386.c,v 1.24 2002/03/14 03:15:54 millert Exp $ */
/*
* Copyright (c) 1997-1999 Michael Shalayeff
@@ -52,7 +52,7 @@ int Xmemory(void);
int Xregs(void);
/* From gidt.S */
-int bootbuf(void*, int);
+int bootbuf(void *, int);
const struct cmd_table cmd_machine[] = {
{ "boot", CMDT_CMD, Xboot },
@@ -87,7 +87,7 @@ Xboot()
{
#ifndef _TEST
int dev, part, st;
- char buf[DEV_BSIZE], *dest = (void*)BOOTBIOS_ADDR;
+ char buf[DEV_BSIZE], *dest = (void *)BOOTBIOS_ADDR;
if(cmd.argc != 2) {
printf("machine boot {fd,hd}<0123>[abcd]\n");