summaryrefslogtreecommitdiff
path: root/sys/arch/hpcmips/stand/libsa/devopen.c
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/hpcmips/stand/libsa/devopen.c
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/hpcmips/stand/libsa/devopen.c')
-rw-r--r--sys/arch/hpcmips/stand/libsa/devopen.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hpcmips/stand/libsa/devopen.c b/sys/arch/hpcmips/stand/libsa/devopen.c
index 66f82a7d752..cc57943d7b1 100644
--- a/sys/arch/hpcmips/stand/libsa/devopen.c
+++ b/sys/arch/hpcmips/stand/libsa/devopen.c
@@ -1,4 +1,4 @@
-/* $NetBSD: devopen.c,v 1.3 2000/01/16 03:07:24 takemura Exp $ */
+/* $NetBSD: devopen.c,v 1.4 2009/03/14 14:45:59 dsl Exp $ */
/*-
* Copyright (c) 1999 Shin Takemura.
@@ -41,8 +41,8 @@
#include <winfs.h>
#include <lib/libsa/ufs.h>
-extern int parsebootfile __P((const char *, char**, char**, unsigned int*,
- unsigned int*, const char**));
+extern int parsebootfile(const char *, char**, char**, unsigned int*,
+ unsigned int*, const char**);
struct devsw devsw[] = {
{"winblk", winblkstrategy, winblkopen, winblkclose, winblkioctl },