diff options
author | 1996-10-17 19:12:50 +0000 | |
---|---|---|
committer | 1996-10-17 19:12:50 +0000 | |
commit | ea4fd41d8fec535270ae719b1464a648adebefd0 (patch) | |
tree | 03bcb61f65de7f569597873bdcdf47f2008a45dd /sys | |
parent | Do not consider non-existent archives as up-to-date on non-a.out systems (diff) | |
download | wireguard-openbsd-ea4fd41d8fec535270ae719b1464a648adebefd0.tar.xz wireguard-openbsd-ea4fd41d8fec535270ae719b1464a648adebefd0.zip |
Remove kvtop prototype, found elsewhere now
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/isa/if_ie.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/isa/if_ie.c b/sys/dev/isa/if_ie.c index 4518ce585d2..00ef51c0a63 100644 --- a/sys/dev/isa/if_ie.c +++ b/sys/dev/isa/if_ie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie.c,v 1.13 1996/10/06 21:28:22 deraadt Exp $ */ +/* $OpenBSD: if_ie.c,v 1.14 1996/10/17 19:12:50 niklas Exp $ */ /* $NetBSD: if_ie.c,v 1.51 1996/05/12 23:52:48 mycroft Exp $ */ /*- @@ -297,8 +297,6 @@ void iememinit __P((void *, struct ie_softc *)); static int mc_setup __P((struct ie_softc *, void *)); static void mc_reset __P((struct ie_softc *)); -vm_offset_t kvtop __P((caddr_t)); /* XXX: Should not use this */ - #ifdef IEDEBUG void print_rbd __P((volatile struct ie_recv_buf_desc *)); |