From owner-svn-src-head@freebsd.org Thu May 31 07:37:09 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFAE7FC9FB2; Thu, 31 May 2018 07:37:09 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-qk0-x229.google.com (mail-qk0-x229.google.com [IPv6:2607:f8b0:400d:c09::229]) (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 53EF675635; Thu, 31 May 2018 07:37:09 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-qk0-x229.google.com with SMTP id h19-v6so16503394qkj.10; Thu, 31 May 2018 00:37:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=D5WcMojv9gc/myh/xguaZmayMhA2OuAxkfd9WjzVO2I=; b=KSD373LYLov4SZkDnowuYObGnr60RarO6jV00i/O9e8wj/RXV/cltrUeAsclaB2m36 2TSXWWqodCo65NK7ofA9uw3XrJvXV6Kph56V7choG7U4L5DXhLKxBqXzS0xGFsXij9qD +gh0AvG7ImeL0Dx4+iyoGkce1VlAl9kQG3zIIbog/a3QuCs7A+DbaeW2m1R6qpwAWlcF 0DuxyiZlCOSVXVGbGZ/iKqjwMO8zwO1HeRVJfHdlt7VZurpoW5sPYnBciwDVtT//5Uh7 Kz3xdSCUTV3ZTPuzpp3VNiZGK/8xgAXfNKGET4pAiila24zB38zeLi5zy9tmBSq3rcFR gBcQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=D5WcMojv9gc/myh/xguaZmayMhA2OuAxkfd9WjzVO2I=; b=Mpvgx6LftTdhXLt/psbtj9Ck0G5ej9IGK9Tg/aT4O8gL48ftxrxrzYEnGv5teQimwl fbSqbsscPLOkis629F30/m0z6Dp+n4mBhtN/7ZOVhNn1iUrRph+HiTSQWZPLj94vUIkX FMmO98AgXq73vvuoHlPoQiTNPXvm+WvGMCTuLv6pTLpskILqGnzI544WVCPMuiTVNDjL rzIbM4akStmbLBlynwpIV75YJJFb3wSqZW4k1KXoTICeWxUXXsUWTCRJ67FRT7WmpeF1 A+AjvVu3UilssYDLJdGk0zDeTSu0YP+blDbZ+akHWDQYFJZ3XUWX3OCTbx1EXrF1Tp3P 3Qtg== X-Gm-Message-State: APt69E1Y6XlSocP1voGhMRT0DCwA58lR5wv+7tJOFCjuO3SlZbOdWcJ5 s0OP/ZE6C6pnH4frpIuD3cNQWji4o7KCMbA0J7I= X-Google-Smtp-Source: ADUXVKLzjPYOLmL7FFOenFYvLVq7m1bG8KcPqqzSi9ujeWnzjL+fuHo9rVBQS1I9Z+oJ2pSWB39u/I9L0qU02UHsM30= X-Received: by 2002:a37:9c02:: with SMTP id f2-v6mr5347547qke.65.1527752228888; Thu, 31 May 2018 00:37:08 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 2002:a0c:c206:0:0:0:0:0 with HTTP; Thu, 31 May 2018 00:37:08 -0700 (PDT) In-Reply-To: References: <201805280812.w4S8CI56046943@repo.freebsd.org> From: Antoine Brodin Date: Thu, 31 May 2018 07:37:08 +0000 X-Google-Sender-Auth: PD5cFcuQD31YMM9guBzaQd3X2Rw Message-ID: Subject: Re: svn commit: r334277 - in head: contrib/libpcap contrib/ofed/usr.lib/3 contrib/pf/pflogd contrib/wpa/src/l2_packet lib lib/libpcap share/mk usr.sbin/cxgbetool To: Hans Petter Selasky Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2018 07:37:09 -0000 On Thu, May 31, 2018 at 7:32 AM, Hans Petter Selasky wrote: > On 05/30/18 20:32, Antoine Brodin wrote: >> >> Hi, >> >> It seems that this local change was lost during the upgrade: >> >> https://svnweb.freebsd.org/base/head/contrib/libpcap/pcap/pcap.h?r1=190640&r2=190639&pathrev=190640 >> > > Hi, > > This change has been removed upstream. This was a change local to FreeBSD. Antoine