summaryrefslogtreecommitdiff
path: root/sys/arch/cesfic/include/param.h
diff options
context:
space:
mode:
authordsl <dsl@NetBSD.org>2009-03-14 14:45:51 +0000
committerdsl <dsl@NetBSD.org>2009-03-14 14:45:51 +0000
commit02cdf4d2c869ecfa1ae5484cf77eefe2fbcc6d94 (patch)
tree9a02e625d403e5fcedfdc6be4803e2404356bf31 /sys/arch/cesfic/include/param.h
parentdfbb3f921a23a1aba4463f31ef9233ac94ce606c (diff)
Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
Diffstat (limited to 'sys/arch/cesfic/include/param.h')
-rw-r--r--sys/arch/cesfic/include/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/cesfic/include/param.h b/sys/arch/cesfic/include/param.h
index 8b7c1b7e861..f0be0b7ef8f 100644
--- a/sys/arch/cesfic/include/param.h
+++ b/sys/arch/cesfic/include/param.h
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.7 2005/12/11 12:17:05 christos Exp $ */
+/* $NetBSD: param.h,v 1.8 2009/03/14 14:45:58 dsl Exp $ */
/*
* Copyright (c) 1982, 1986, 1990, 1993
@@ -130,5 +130,5 @@
#define delay(us) _delay((us) << 8)
#define DELAY(us) delay(us)
-void _delay __P((u_int));
+void _delay(u_int);
#endif /* _KERNEL && !_LOCORE */