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);
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to