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/macppc/dev/adb.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/macppc/dev/adb.c')
| -rw-r--r-- | sys/arch/macppc/dev/adb.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/macppc/dev/adb.c b/sys/arch/macppc/dev/adb.c index 9156dfcc1d7..2d10db2fb9c 100644 --- a/sys/arch/macppc/dev/adb.c +++ b/sys/arch/macppc/dev/adb.c @@ -1,4 +1,4 @@ -/* $NetBSD: adb.c,v 1.24 2007/11/07 19:47:00 garbled Exp $ */ +/* $NetBSD: adb.c,v 1.25 2009/03/14 14:46:01 dsl Exp $ */ /*- * Copyright (C) 1994 Bradley A. Grantham @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: adb.c,v 1.24 2007/11/07 19:47:00 garbled Exp $"); +__KERNEL_RCSID(0, "$NetBSD: adb.c,v 1.25 2009/03/14 14:46:01 dsl Exp $"); #include <sys/param.h> #include <sys/device.h> @@ -60,9 +60,9 @@ __KERNEL_RCSID(0, "$NetBSD: adb.c,v 1.24 2007/11/07 19:47:00 garbled Exp $"); /* * Function declarations. */ -static int adbmatch __P((struct device *, struct cfdata *, void *)); -static void adbattach __P((struct device *, struct device *, void *)); -static int adbprint __P((void *, const char *)); +static int adbmatch(struct device *, struct cfdata *, void *); +static void adbattach(struct device *, struct device *, void *); +static int adbprint(void *, const char *); static void adb_todr_init(void); /* |
