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/if/if_ze.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/arch/vax/if/if_ze.c')
-rw-r--r-- | sys/arch/vax/if/if_ze.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/vax/if/if_ze.c b/sys/arch/vax/if/if_ze.c index 6853271ccdd..cb4b5d7b8f6 100644 --- a/sys/arch/vax/if/if_ze.c +++ b/sys/arch/vax/if/if_ze.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ze.c,v 1.3 2001/08/25 13:33:36 hugh Exp $ */ +/* $OpenBSD: if_ze.c,v 1.4 2002/03/14 01:26:48 millert Exp $ */ /* $NetBSD: if_ze.c,v 1.3 2000/01/24 02:54:03 matt Exp $ */ /* * Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved. @@ -62,8 +62,8 @@ #define NISA_ROM 0x20084000 #define SGECVEC 0x108 -static int zematch __P((struct device *, struct cfdata *, void *)); -static void zeattach __P((struct device *, struct device *, void *)); +static int zematch(struct device *, struct cfdata *, void *); +static void zeattach(struct device *, struct device *, void *); struct cfattach ze_ibus_ca = { sizeof(struct ze_softc), (cfmatch_t)zematch, zeattach |