Date: Wed, 24 Oct 2018 14:14:50 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r339683 - head/sys/dev/netmap Message-ID: <201810241414.w9OEEobS094687@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810241414.w9OEEobS094687>