Date: Sun, 28 Sep 2014 15:38:22 +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: r272260 - head/sys/net Message-ID: <201409281538.s8SFcMFP003687@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bz Date: Sun Sep 28 15:38:21 2014 New Revision: 272260 URL: http://svnweb.freebsd.org/changeset/base/272260 Log: Remove duplicate declaraton of the if_inc_counter() function after r272244. if_var.h has the expected on and if_var.h include ifq.h and thus we get duplicates. It seems only one cavium ethernet file actually includes ifq.h directly which might be another cleanup to be done but need to test first. Modified: head/sys/net/ifq.h Modified: head/sys/net/ifq.h ============================================================================== --- head/sys/net/ifq.h Sun Sep 28 14:39:11 2014 (r272259) +++ head/sys/net/ifq.h Sun Sep 28 15:38:21 2014 (r272260) @@ -46,7 +46,6 @@ * is splitted from if_var.h. */ #define IF_DUNIT_NONE -1 -void if_inc_counter(struct ifnet *, ift_counter, int64_t inc); #include <altq/if_altq.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409281538.s8SFcMFP003687>