summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/libbug/libbug.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k/stand/libbug/libbug.h')
-rw-r--r--sys/arch/mvme88k/stand/libbug/libbug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/libbug/libbug.h b/sys/arch/mvme88k/stand/libbug/libbug.h
index 11e000195f1..f5325292ce7 100644
--- a/sys/arch/mvme88k/stand/libbug/libbug.h
+++ b/sys/arch/mvme88k/stand/libbug/libbug.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: libbug.h,v 1.2 2002/03/14 01:26:40 millert Exp $ */
+/* $OpenBSD: libbug.h,v 1.3 2002/03/14 03:15:57 millert 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 __P((void (*)()));
+void bugexec(void (*)());