Date: Fri, 29 Mar 2019 01:32:24 +0000 (UTC) From: Ravi Pokala <rpokala@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r345668 - stable/11/sys/dev/netmap Message-ID: <201903290132.x2T1WO8J037510@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903290132.x2T1WO8J037510>