From e63dc855fe4ff1aa0029ebf9813134860a34ccdf Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 14 Mar 2002 03:16:15 +0000 Subject: Final __P removal plus some cosmetic fixups --- sys/arch/mvme68k/stand/sboot/sboot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/mvme68k/stand/sboot/sboot.h') 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 -- cgit v1.2.3