From owner-svn-src-all@freebsd.org Thu Sep 1 05:57:24 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FCC2BCD948; Thu, 1 Sep 2016 05:57:24 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pf0-x235.google.com (mail-pf0-x235.google.com [IPv6:2607:f8b0:400e:c00::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 713C0978; Thu, 1 Sep 2016 05:57:24 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pf0-x235.google.com with SMTP id x72so27598443pfd.2; Wed, 31 Aug 2016 22:57:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=aZrhnUyjddbkVWSJWJ0+B0hs9i4lGIVEH3L19NaApLQ=; b=M8xpDtqjHZ9KOxj9f29XBcI5Jh3H5+t2ENETc0Sj+5ozdMS9XG91gdeT6RfX038vd5 Gvdwpmjsc+vzDpAp1L9+kf4mQAVUx9RUUD5rOe+MWnLQmXfrTtyvxmGFmL7lLMcIsGrc otvpd3uw70kwv+r1x7zb9sg4BQJ2+NV6+JeHcKiNBse7fRM3GjSUNel/vrVLP94OvTgl mTxfDNWudWtBlQFFsj11pNJoqeeIz5R0nSC1XCODVGuRP/CWgQmej8rR2meJ6u9rO/bA b7mmEQU5NaLKRUG/T/b8N0RwOj1qc+4ndo6gRhKv+5snRjxlEU1HwJtnkVekv1iSa8Ac P2bg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=aZrhnUyjddbkVWSJWJ0+B0hs9i4lGIVEH3L19NaApLQ=; b=LeFQDuhWhPn1fHtz7qE8NdlQwlHHVBCAgDrjTZ8wXjhPwSw7a3rdsWQcEtXEzSRWWB oY0YMXN3GatNlNHNvzBMBNzNlxut/oExdg+SGg5QxmX/u4ok6vgrpvl78aKE5OHAhpHn EP1Sr2w1PYGj5OUfE96lIUZvSqBg3Hb9ZS9xW/cp415RfvOJ/KXQGFnXFLFW7tK1/eFR kmmcXFFw2Uj+E5JxQbIVLHlmKZHCses+KPrLYORooiDmGj79KBI0n+LgyiTUC4hrWN5Z DNMesoyuXclF7u+Ax/ngvWtmDOu4qnU00l5KxPCCULqpghCa3lU95alIVn467c1nszfT Mh7Q== X-Gm-Message-State: AE9vXwN0yre7kEDLjYxdrOBNAjhQloIOuwk/kB8y/j3zeGe/reCBM9Cf2iIx1iJd86D3Dg== X-Received: by 10.98.23.134 with SMTP id 128mr23826079pfx.96.1472709443965; Wed, 31 Aug 2016 22:57:23 -0700 (PDT) Received: from [192.168.50.103] ([50.251.209.113]) by smtp.gmail.com with ESMTPSA id c7sm3925466pfj.25.2016.08.31.22.57.22 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 31 Aug 2016 22:57:23 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r305168 - in head/sys/dev: ixl netmap From: Ngie Cooper X-Mailer: iPhone Mail (13G36) In-Reply-To: <201609010108.u8118IfB000333@repo.freebsd.org> Date: Wed, 31 Aug 2016 22:57:22 -0700 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <76EF1946-A231-44D8-894C-C0DD5463A241@gmail.com> References: <201609010108.u8118IfB000333@repo.freebsd.org> To: Eric Joyner X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 05:57:24 -0000 > On Aug 31, 2016, at 18:08, Eric Joyner wrote: > > Author: erj > Date: Thu Sep 1 01:08:18 2016 > New Revision: 305168 > URL: https://svnweb.freebsd.org/changeset/base/305168 > > Log: > Fix linker warnings (errors on gcc) that resulted from r304510. > > The variables that are extern in the netmap header file should be > defined in ixl_txrx.c (the file that is included in both ixl(4)/ixlv(4), > not in the main driver source files. > > Reported by: ed@, dim@, ngie@ Thank you :)!