From 02cdf4d2c869ecfa1ae5484cf77eefe2fbcc6d94 Mon Sep 17 00:00:00 2001 From: dsl Date: Sat, 14 Mar 2009 14:45:51 +0000 Subject: Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build. --- sys/arch/atari/dev/md_root.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/arch/atari/dev/md_root.c') diff --git a/sys/arch/atari/dev/md_root.c b/sys/arch/atari/dev/md_root.c index 862f6d86cee..d6c98cd1f76 100644 --- a/sys/arch/atari/dev/md_root.c +++ b/sys/arch/atari/dev/md_root.c @@ -1,4 +1,4 @@ -/* $NetBSD: md_root.c,v 1.28 2008/12/28 23:00:39 tsutsui Exp $ */ +/* $NetBSD: md_root.c,v 1.29 2009/03/14 14:45:56 dsl Exp $ */ /* * Copyright (c) 1996 Leo Weppelman. @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: md_root.c,v 1.28 2008/12/28 23:00:39 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: md_root.c,v 1.29 2009/03/14 14:45:56 dsl Exp $"); #include #include @@ -100,12 +100,12 @@ struct read_info { }; -static int loaddisk __P((struct md_conf *, dev_t ld_dev, struct lwp *)); -static int ramd_norm_read __P((struct read_info *)); +static int loaddisk(struct md_conf *, dev_t ld_dev, struct lwp *); +static int ramd_norm_read(struct read_info *); #ifdef support_compression -static int cpy_uncompressed __P((void *, int, struct read_info *)); -static int md_compressed __P((void *, int, struct read_info *)); +static int cpy_uncompressed(void *, int, struct read_info *); +static int md_compressed(void *, int, struct read_info *); #endif /* -- cgit