diff options
author | 2017-07-13 17:45:00 +0000 | |
---|---|---|
committer | 2017-07-13 17:45:00 +0000 | |
commit | 69788c19f74a8c41b8a969ce6acea0a557ecfd3b (patch) | |
tree | d10fa1e377a99e13cdf491e3b1b9cc4627cbd379 /sys | |
parent | Fix multicast reception: use unsigned chars to avoid accidental sign (diff) | |
download | wireguard-openbsd-69788c19f74a8c41b8a969ce6acea0a557ecfd3b.tar.xz wireguard-openbsd-69788c19f74a8c41b8a969ce6acea0a557ecfd3b.zip |
kill a prototype for a nonexisting function; ok mpi@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_wb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_wb.c b/sys/dev/pci/if_wb.c index cc644aa596c..3bda4db2e8d 100644 --- a/sys/dev/pci/if_wb.c +++ b/sys/dev/pci/if_wb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wb.c,v 1.68 2017/01/22 10:17:38 dlg Exp $ */ +/* $OpenBSD: if_wb.c,v 1.69 2017/07/13 17:45:00 naddy Exp $ */ /* * Copyright (c) 1997, 1998 @@ -154,7 +154,6 @@ int wb_mii_readreg(struct wb_softc *, struct wb_mii_frame *); int wb_mii_writereg(struct wb_softc *, struct wb_mii_frame *); void wb_setcfg(struct wb_softc *, uint64_t); -u_int8_t wb_calchash(caddr_t); void wb_setmulti(struct wb_softc *); void wb_reset(struct wb_softc *); void wb_fixmedia(struct wb_softc *); |