summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc/stand/libbug
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 03:16:15 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 03:16:15 +0000
commite63dc855fe4ff1aa0029ebf9813134860a34ccdf (patch)
treec2aa960c67a99a878c8902943399029fa598683f /sys/arch/mvmeppc/stand/libbug
parent71eb96ce8a9190e7ffeccbabd7a5ec4f3b4fc72f (diff)
Final __P removal plus some cosmetic fixups
Diffstat (limited to 'sys/arch/mvmeppc/stand/libbug')
-rw-r--r--sys/arch/mvmeppc/stand/libbug/libbug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/stand/libbug/libbug.h b/sys/arch/mvmeppc/stand/libbug/libbug.h
index fb2148fa7a5..0a0aa465b61 100644
--- a/sys/arch/mvmeppc/stand/libbug/libbug.h
+++ b/sys/arch/mvmeppc/stand/libbug/libbug.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: libbug.h,v 1.2 2002/03/14 01:26:41 millert Exp $ */
+/* $OpenBSD: libbug.h,v 1.3 2002/03/14 03:15:58 millert Exp $ */
/*
* prototypes and such. note that get/put char are in stand.h
@@ -26,4 +26,4 @@ int mvmeprom_netctrl_reset(u_char, u_char);
extern struct mvmeprom_args bugargs;
-void bugexec __P((void (*)()));
+void bugexec(void (*)());