svn commit: r339683 - head/sys/dev/netmap
Bjoern A. Zeeb
bz at FreeBSD.org
Wed Oct 24 14:14:50 UTC 2018
Author: bz
Date: Wed Oct 24 14:14:49 2018
New Revision: 339683
URL: https://svnweb.freebsd.org/changeset/base/339683
Log:
Remove redundant redeclaration of netmap_vp_reg().
This should unbreak sparc64 and powerpc LINT builds.
Modified:
head/sys/dev/netmap/netmap_bdg.h
Modified: head/sys/dev/netmap/netmap_bdg.h
==============================================================================
--- head/sys/dev/netmap/netmap_bdg.h Wed Oct 24 10:42:35 2018 (r339682)
+++ head/sys/dev/netmap/netmap_bdg.h Wed Oct 24 14:14:49 2018 (r339683)
@@ -141,7 +141,6 @@ struct nm_bridge *nm_find_bridge(const char *name, int
int netmap_bdg_free(struct nm_bridge *b);
void netmap_bdg_detach_common(struct nm_bridge *b, int hw, int sw);
int netmap_vp_bdg_ctl(struct nmreq_header *hdr, struct netmap_adapter *na);
-int netmap_vp_reg(struct netmap_adapter *na, int onoff);
int netmap_bwrap_reg(struct netmap_adapter *, int onoff);
int netmap_vp_reg(struct netmap_adapter *na, int onoff);
int netmap_vp_rxsync(struct netmap_kring *kring, int flags);
More information about the svn-src-all
mailing list