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/atari/stand/loadkmap/loadkmap.c | |
| 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/atari/stand/loadkmap/loadkmap.c')
| -rw-r--r-- | sys/arch/atari/stand/loadkmap/loadkmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/atari/stand/loadkmap/loadkmap.c b/sys/arch/atari/stand/loadkmap/loadkmap.c index ac6186273a7..9bb224b9342 100644 --- a/sys/arch/atari/stand/loadkmap/loadkmap.c +++ b/sys/arch/atari/stand/loadkmap/loadkmap.c @@ -1,4 +1,4 @@ -/* $NetBSD: loadkmap.c,v 1.4 2006/08/04 01:51:31 mhitch Exp $ */ +/* $NetBSD: loadkmap.c,v 1.5 2009/03/14 14:45:57 dsl Exp $ */ #include <sys/types.h> #include <sys/stat.h> @@ -9,7 +9,7 @@ #include <stdlib.h> -int load_kmap __P((const char *, int)); +int load_kmap(const char *, int); int dump_kmap(); int |
