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/mscp/mscp_subr.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/arch/vax/mscp/mscp_subr.c')
-rw-r--r-- | sys/arch/vax/mscp/mscp_subr.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/vax/mscp/mscp_subr.c b/sys/arch/vax/mscp/mscp_subr.c index 15f8a4a9d22..00c4a798cdd 100644 --- a/sys/arch/vax/mscp/mscp_subr.c +++ b/sys/arch/vax/mscp/mscp_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mscp_subr.c,v 1.4 2001/12/05 03:04:38 hugh Exp $ */ +/* $OpenBSD: mscp_subr.c,v 1.5 2002/03/14 01:26:48 millert Exp $ */ /* $NetBSD: mscp_subr.c,v 1.18 2001/11/13 07:38:28 lukem Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -63,12 +63,12 @@ #define b_forw b_hash.le_next -int mscp_match __P((struct device *, struct cfdata *, void *)); -void mscp_attach __P((struct device *, struct device *, void *)); -void mscp_start __P((struct mscp_softc *)); -int mscp_init __P((struct mscp_softc *)); -void mscp_initds __P((struct mscp_softc *)); -int mscp_waitstep __P((struct mscp_softc *, int, int)); +int mscp_match(struct device *, struct cfdata *, void *); +void mscp_attach(struct device *, struct device *, void *); +void mscp_start(struct mscp_softc *); +int mscp_init(struct mscp_softc *); +void mscp_initds(struct mscp_softc *); +int mscp_waitstep(struct mscp_softc *, int, int); struct cfattach mscpbus_ca = { sizeof(struct mscp_softc), (cfmatch_t)mscp_match, mscp_attach |