svn commit: r345663 - stable/12/sys/dev/netmap

Ravi Pokala rpokala at FreeBSD.org
Thu Mar 28 22:19:10 UTC 2019


Author: rpokala
Date: Thu Mar 28 22:19:09 2019
New Revision: 345663
URL: https://svnweb.freebsd.org/changeset/base/345663

Log:
  MFC r339683:
  Remove redundant redeclaration of netmap_vp_reg().
  This should unbreak sparc64 and powerpc LINT builds.
  
  Sponsored by:	Panasas

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

Modified: stable/12/sys/dev/netmap/netmap_bdg.h
==============================================================================
--- stable/12/sys/dev/netmap/netmap_bdg.h	Thu Mar 28 21:57:42 2019	(r345662)
+++ stable/12/sys/dev/netmap/netmap_bdg.h	Thu Mar 28 22:19:09 2019	(r345663)
@@ -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