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/sparc/dev/cgtwo.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/arch/sparc/dev/cgtwo.c')
-rw-r--r-- | sys/arch/sparc/dev/cgtwo.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/sparc/dev/cgtwo.c b/sys/arch/sparc/dev/cgtwo.c index bbdbdc8ba49..4653190d18d 100644 --- a/sys/arch/sparc/dev/cgtwo.c +++ b/sys/arch/sparc/dev/cgtwo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cgtwo.c,v 1.18 2001/11/06 19:53:16 miod Exp $ */ +/* $OpenBSD: cgtwo.c,v 1.19 2002/03/14 01:26:42 millert Exp $ */ /* $NetBSD: cgtwo.c,v 1.22 1997/05/24 20:16:12 pk Exp $ */ /* @@ -90,11 +90,11 @@ struct cgtwo_softc { }; /* autoconfiguration driver */ -static void cgtwoattach __P((struct device *, struct device *, void *)); -static int cgtwomatch __P((struct device *, void *, void *)); -static void cgtwounblank __P((struct device *)); -int cgtwogetcmap __P((struct cgtwo_softc *, struct fbcmap *)); -int cgtwoputcmap __P((struct cgtwo_softc *, struct fbcmap *)); +static void cgtwoattach(struct device *, struct device *, void *); +static int cgtwomatch(struct device *, void *, void *); +static void cgtwounblank(struct device *); +int cgtwogetcmap(struct cgtwo_softc *, struct fbcmap *); +int cgtwoputcmap(struct cgtwo_softc *, struct fbcmap *); struct cfattach cgtwo_ca = { sizeof(struct cgtwo_softc), cgtwomatch, cgtwoattach |