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/qec.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/arch/sparc/dev/qec.c')
-rw-r--r-- | sys/arch/sparc/dev/qec.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/sparc/dev/qec.c b/sys/arch/sparc/dev/qec.c index 98c57ebc56a..b7ba3aff655 100644 --- a/sys/arch/sparc/dev/qec.c +++ b/sys/arch/sparc/dev/qec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qec.c,v 1.14 2002/02/08 18:52:25 jason Exp $ */ +/* $OpenBSD: qec.c,v 1.15 2002/03/14 01:26:43 millert Exp $ */ /* * Copyright (c) 1998 Theo de Raadt and Jason L. Wright. @@ -63,11 +63,11 @@ #include <sparc/dev/qecreg.h> #include <sparc/dev/qecvar.h> -int qecprint __P((void *, const char *)); -int qecmatch __P((struct device *, void *, void *)); -void qecattach __P((struct device *, struct device *, void *)); -void qec_fix_range __P((struct qec_softc *, struct sbus_softc *)); -void qec_translate __P((struct qec_softc *, struct confargs *)); +int qecprint(void *, const char *); +int qecmatch(struct device *, void *, void *); +void qecattach(struct device *, struct device *, void *); +void qec_fix_range(struct qec_softc *, struct sbus_softc *); +void qec_translate(struct qec_softc *, struct confargs *); struct cfattach qec_ca = { sizeof(struct qec_softc), qecmatch, qecattach |