summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/arm/include/param.h')
-rw-r--r--sys/arch/arm/include/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm/include/param.h b/sys/arch/arm/include/param.h
index 7f95b432d07..e8eed68c94f 100644
--- a/sys/arch/arm/include/param.h
+++ b/sys/arch/arm/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.3 2004/04/19 22:55:48 deraadt Exp $ */
+/* $OpenBSD: param.h,v 1.4 2004/05/19 03:17:07 drahn Exp $ */
/* $NetBSD: param.h,v 1.9 2002/03/24 03:37:23 thorpej Exp $ */
/*
@@ -107,7 +107,7 @@
#ifdef _KERNEL
#ifndef _LOCORE
-void delay __P((unsigned));
+void delay (unsigned);
#define DELAY(x) delay(x)
#endif
#endif