diff options
Diffstat (limited to 'sys/arch/mvme68k/stand/libbug/libbug.h')
-rw-r--r-- | sys/arch/mvme68k/stand/libbug/libbug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/libbug/libbug.h b/sys/arch/mvme68k/stand/libbug/libbug.h index 59ee95528c3..cf9ea220121 100644 --- a/sys/arch/mvme68k/stand/libbug/libbug.h +++ b/sys/arch/mvme68k/stand/libbug/libbug.h @@ -1,4 +1,4 @@ -/* $OpenBSD: libbug.h,v 1.3 2002/03/14 03:15:56 millert Exp $ */ +/* $OpenBSD: libbug.h,v 1.4 2003/08/20 00:25:59 deraadt Exp $ */ /* * prototypes and such. note that get/put char are in stand.h @@ -20,4 +20,4 @@ void mvmeprom_rtc_rd(struct mvmeprom_time *); extern struct mvmeprom_args bugargs; -void bugexec(void (*)()); +void bugexec(void (*)(void)); |