diff options
Diffstat (limited to 'sys/arch/mvme68k/stand/sboot/sboot.h')
-rw-r--r-- | sys/arch/mvme68k/stand/sboot/sboot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/sboot/sboot.h b/sys/arch/mvme68k/stand/sboot/sboot.h index aed437d3897..31b40d75d8a 100644 --- a/sys/arch/mvme68k/stand/sboot/sboot.h +++ b/sys/arch/mvme68k/stand/sboot/sboot.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sboot.h,v 1.7 2002/03/14 01:26:38 millert Exp $ */ +/* $OpenBSD: sboot.h,v 1.8 2002/03/14 03:15:56 millert Exp $ */ /* * Copyright (c) 1995 Charles D. Cranor and Seth Widoff @@ -43,7 +43,7 @@ char *ngets(char *, int); /* sboot */ void callrom(void); -void do_cmd(char *, char*); +void do_cmd(char *, char *); /* le */ #define LANCE_ADDR 0xfffe0778 |