svn commit: r345668 - stable/11/sys/dev/netmap

Ravi Pokala rpokala at FreeBSD.org
Fri Mar 29 01:32:25 UTC 2019


Author: rpokala
Date: Fri Mar 29 01:32:24 2019
New Revision: 345668
URL: https://svnweb.freebsd.org/changeset/base/345668

Log:
  MFC r339683:
  Remove redundant redeclaration of netmap_vp_reg().
  This should unbreak sparc64 and powerpc LINT builds.
  
  -- While this does fix that error, powerpc.LINT, powerpc.LINT64, and
  -- sparc64.LINT are broken in stable/11 for other reasons. --rpokala
  
  Sponsored by:	Panasas

Modified:
  stable/11/sys/dev/netmap/netmap_bdg.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/netmap/netmap_bdg.h
==============================================================================
--- stable/11/sys/dev/netmap/netmap_bdg.h	Fri Mar 29 01:16:38 2019	(r345667)
+++ stable/11/sys/dev/netmap/netmap_bdg.h	Fri Mar 29 01:32:24 2019	(r345668)
@@ -177,7 +177,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