Date: Thu, 27 Apr 2017 16:07:43 -0400 From: Ed Maste <emaste@freebsd.org> To: Eric Joyner <erj@freebsd.org> Cc: "src-committers@freebsd.org" <src-committers@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: Re: svn commit: r315333 - in stable/10/sys: conf dev/ixgbe modules/ix modules/ixv Message-ID: <CAPyFy2AQz7SdGey1pATDM2vnmGinkAn%2BB=6nwiYfLFn-AU7p=g@mail.gmail.com> In-Reply-To: <201703152120.v2FLKHUs052999@repo.freebsd.org> References: <201703152120.v2FLKHUs052999@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 15 March 2017 at 17:20, Eric Joyner <erj@freebsd.org> wrote: > Author: erj > Date: Wed Mar 15 21:20:17 2017 > New Revision: 315333 > URL: https://svnweb.freebsd.org/changeset/base/315333 > > Log: > ixgbe(4): Update to 3.2.11-k This broke tinderbox on many architectures: ia64 GENERIC and powerpc GENERIC64: /scratch/tmp/emaste/freebsd/sys/dev/ixgbe/ixv_osdep.c:39: warning: no previous prototype for 'ixv_read_pci_cfg' [-Wmissing-prototypes] /scratch/tmp/emaste/freebsd/sys/dev/ixgbe/ixv_osdep.c:45: warning: no previous prototype for 'ixv_write_pci_cfg' [-Wmissing-prototypes] sparc64 LINT: /scratch/tmp/emaste/freebsd/sys/dev/ixgbe/ix_txrx.c:43: warning: redundant redeclaration of 'ix_crcstrip' [-Wredundant-decls] /scratch/tmp/emaste/freebsd/sys/dev/ixgbe/ixgbe_netmap.h:45: warning: previous declaration of 'ix_crcstrip' was here amd64 LINT: /scratch/tmp/emaste/freebsd/sys/dev/ixgbe/ixv_netmap.c:(.text+0x0): multiple definition of `ixgbe_netmap_attach' ixgbe_netmap.o:/scratch/tmp/emaste/freebsd/sys/dev/ixgbe/ixgbe_netmap.c:(.text+0x0): first defined here
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPyFy2AQz7SdGey1pATDM2vnmGinkAn%2BB=6nwiYfLFn-AU7p=g>