diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/arch/macppc/dev/abtn.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/arch/macppc/dev/abtn.c')
-rw-r--r-- | sys/arch/macppc/dev/abtn.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/macppc/dev/abtn.c b/sys/arch/macppc/dev/abtn.c index f570a9d9c5f..fb6c6837984 100644 --- a/sys/arch/macppc/dev/abtn.c +++ b/sys/arch/macppc/dev/abtn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: abtn.c,v 1.2 2001/09/01 17:43:08 drahn Exp $ */ +/* $OpenBSD: abtn.c,v 1.3 2002/03/14 01:26:36 millert Exp $ */ /* $NetBSD: abtn.c,v 1.1 1999/07/12 17:48:26 tsubai Exp $ */ /*- @@ -48,9 +48,9 @@ struct abtn_softc { int volume; /* speaker volume (not yet) */ }; -static int abtn_match __P((struct device *, void *, void *)); -static void abtn_attach __P((struct device *, struct device *, void *)); -static void abtn_adbcomplete __P((caddr_t, caddr_t, int)); +static int abtn_match(struct device *, void *, void *); +static void abtn_attach(struct device *, struct device *, void *); +static void abtn_adbcomplete(caddr_t, caddr_t, int); struct cfattach abtn_ca = { sizeof(struct abtn_softc), abtn_match, abtn_attach |