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/vax/qbus/dz_uba.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/arch/vax/qbus/dz_uba.c')
-rw-r--r-- | sys/arch/vax/qbus/dz_uba.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/vax/qbus/dz_uba.c b/sys/arch/vax/qbus/dz_uba.c index a1869c06f5d..b0b8168a17b 100644 --- a/sys/arch/vax/qbus/dz_uba.c +++ b/sys/arch/vax/qbus/dz_uba.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dz_uba.c,v 1.3 2002/01/16 20:50:17 miod Exp $ */ +/* $OpenBSD: dz_uba.c,v 1.4 2002/03/14 01:26:48 millert Exp $ */ /* $NetBSD: dz_uba.c,v 1.11 2000/06/04 06:17:02 matt Exp $ */ /* * Copyright (c) 1998 Ludd, University of Lule}, Sweden. All rights reserved. @@ -54,8 +54,8 @@ #include <arch/vax/qbus/dzreg.h> #include <arch/vax/qbus/dzvar.h> -static int dz_uba_match __P((struct device *, struct cfdata *, void *)); -static void dz_uba_attach __P((struct device *, struct device *, void *)); +static int dz_uba_match(struct device *, struct cfdata *, void *); +static void dz_uba_attach(struct device *, struct device *, void *); struct cfattach dz_uba_ca = { sizeof(struct dz_softc), (cfmatch_t)dz_uba_match, dz_uba_attach |