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/prep | |
| 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/prep')
| -rw-r--r-- | sys/arch/prep/stand/boot/boot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/prep/stand/boot/boot.c b/sys/arch/prep/stand/boot/boot.c index d98dbfc30f4..945717d46f7 100644 --- a/sys/arch/prep/stand/boot/boot.c +++ b/sys/arch/prep/stand/boot/boot.c @@ -1,4 +1,4 @@ -/* $NetBSD: boot.c,v 1.15 2006/06/10 07:49:29 tsutsui Exp $ */ +/* $NetBSD: boot.c,v 1.16 2009/03/14 14:46:05 dsl Exp $ */ /* * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -159,7 +159,7 @@ exec_kernel(char *name) u_long marks[MARK_MAX]; #ifdef DBMONITOR int go_monitor; - extern int db_monitor __P((void)); + extern int db_monitor(void); ret: #endif /* DBMONITOR */ |
