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_uba.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/arch/vax/if/if_uba.c')
-rw-r--r-- | sys/arch/vax/if/if_uba.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/vax/if/if_uba.c b/sys/arch/vax/if/if_uba.c index be2e9330486..a497371c73f 100644 --- a/sys/arch/vax/if/if_uba.c +++ b/sys/arch/vax/if/if_uba.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_uba.c,v 1.8 2002/01/16 20:50:17 miod Exp $ */ +/* $OpenBSD: if_uba.c,v 1.9 2002/03/14 01:26:48 millert Exp $ */ /* $NetBSD: if_uba.c,v 1.15 1999/01/01 21:43:18 ragge Exp $ */ /* @@ -56,9 +56,9 @@ #include <vax/uba/ubareg.h> #include <vax/uba/ubavar.h> -static int if_ubaalloc __P((struct ifubinfo *, struct ifrw *, int)); -static void rcv_xmtbuf __P((struct ifxmt *)); -static void restor_xmtbuf __P((struct ifxmt *)); +static int if_ubaalloc(struct ifubinfo *, struct ifrw *, int); +static void rcv_xmtbuf(struct ifxmt *); +static void restor_xmtbuf(struct ifxmt *); /* * Routines supporting UNIBUS network interfaces. |