summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mac68k/include/param.h')
-rw-r--r--sys/arch/mac68k/include/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/include/param.h b/sys/arch/mac68k/include/param.h
index e7464db6a5c..4b7637f12d5 100644
--- a/sys/arch/mac68k/include/param.h
+++ b/sys/arch/mac68k/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.17 2002/01/10 22:25:40 miod Exp $ */
+/* $OpenBSD: param.h,v 1.18 2002/03/14 01:26:35 millert Exp $ */
/* $NetBSD: param.h,v 1.28 1997/03/01 06:57:45 scottr Exp $ */
/*
@@ -114,7 +114,7 @@
#define MSGBUFSIZE 4096
#if defined(_KERNEL) && !defined(_LOCORE)
-void delay __P((unsigned));
+void delay(unsigned);
#define DELAY(ms) delay(ms)
#endif /* _KERNEL && !_LOCORE */