diff options
| author | dsl <dsl@NetBSD.org> | 2009-03-14 14:45:51 +0000 |
|---|---|---|
| committer | dsl <dsl@NetBSD.org> | 2009-03-14 14:45:51 +0000 |
| commit | 02cdf4d2c869ecfa1ae5484cf77eefe2fbcc6d94 (patch) | |
| tree | 9a02e625d403e5fcedfdc6be4803e2404356bf31 /sys/arch/mipsco/include/param.h | |
| parent | dfbb3f921a23a1aba4463f31ef9233ac94ce606c (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/mipsco/include/param.h')
| -rw-r--r-- | sys/arch/mipsco/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mipsco/include/param.h b/sys/arch/mipsco/include/param.h index 4ea17007965..6cefc073cd9 100644 --- a/sys/arch/mipsco/include/param.h +++ b/sys/arch/mipsco/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.9 2007/10/17 19:55:46 garbled Exp $ */ +/* $NetBSD: param.h,v 1.10 2009/03/14 14:46:02 dsl Exp $ */ /* * Copyright (c) 1992, 1993 @@ -137,7 +137,7 @@ #include <machine/intr.h> -extern void delay __P((int n)); +extern void delay(int n); extern int cpuspeed; static __inline void __attribute__((__unused__)) DELAY(int n) |
