From owner-svn-src-head@freebsd.org Wed May 18 23:28:22 2016 Return-Path: Delivered-To: svn-src-head@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 D9975B41820; Wed, 18 May 2016 23:28:22 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pf0-x232.google.com (mail-pf0-x232.google.com [IPv6:2607:f8b0:400e:c00::232]) (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 AC2511F15; Wed, 18 May 2016 23:28:22 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pf0-x232.google.com with SMTP id c189so23905874pfb.3; Wed, 18 May 2016 16:28:22 -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=UycR1ugyfUALiJ3vWjFvcxKM2aVKu4SdvIQHkgRsJ98=; b=meMa0AV667TGPFj5ZcLYNMtYhUU/BGnvsaAWVQ+QeDutuhGd287uybEdZIRX6yRr8t yfRrCta6HvLjcGiq+QgIo4+7ztWKjiDCf5nyrNxBl02pfIw5BKj+nCK6FB/171H1ZmJk gmkKePoX+yoWGqhnfDf5ryd+NW93rSXHdoci1MKLmtyHq29xCRpRsl/Z6x/Wo+vL4hNu uvmU6G/Ofi5jEpp/VP8LShj8puFJeA88xW4cteOmhhnw8OoS2ZWieH50kJZbPECKVTTt z1DrayVyAvyJy4c8hQ9mZQRlSAoqY+A88QGNgBZGJdjDSFnAh8YqTE+iJfgxZygl5wjR fi8Q== 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=UycR1ugyfUALiJ3vWjFvcxKM2aVKu4SdvIQHkgRsJ98=; b=C3bd6SAa94sL/d55ouwLcBKg3gJFVFMgMz8KP0j6aQfyFRXoaKDYnWrt0JslvQUQGC 3uE/cX1jGTCEn+exDLi2Jw/HhrY7hKtDq+yM7J49DjrdB4O3X36CPqMdst+hdLpXNHVv zv6rh+GC2rUVDls17yndCagXepn9FmhC0RWMC1kaRPGs+wHkFoDrwMqPIeiT+4LcqrQ5 5zBQnA+L656tnViTr+wcSZCiRJnURCLIUeEF8KOmjkYWqdxliJi9KnKOxskV6xa5r9uH LAPMunRvZJriqGrVqlnIbaBu4AMgoJN0KWWJ6NUyIShchGlVR6pxyU3EXDmasOR/IYel e3gg== X-Gm-Message-State: AOPr4FX8JDpKht1XqemNmwvin0BhoaQER43GJmS9/R2+1yBJ/FrBUYA/JLhk9NxHXOz9gA== X-Received: by 10.98.93.129 with SMTP id n1mr14863277pfj.16.1463614102274; Wed, 18 May 2016 16:28:22 -0700 (PDT) Received: from [192.168.100.67] ([199.231.240.59]) by smtp.gmail.com with ESMTPSA id i75sm14728823pfj.51.2016.05.18.16.28.21 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 18 May 2016 16:28:21 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r300167 - in head: contrib/bsnmp/snmpd usr.sbin/bsnmpd/bsnmpd From: "Ngie Cooper (yaneurabeya)" In-Reply-To: <201605182202.u4IM2JF7047307@repo.freebsd.org> Date: Wed, 18 May 2016 16:28:29 -0700 Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <654B653E-E8A3-4896-B5AC-83CBC93A0A0C@gmail.com> References: <201605182202.u4IM2JF7047307@repo.freebsd.org> To: Gleb Smirnoff X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 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: Wed, 18 May 2016 23:28:23 -0000 > On May 18, 2016, at 15:02, Gleb Smirnoff wrote: >=20 > Author: glebius > Date: Wed May 18 22:02:19 2016 > New Revision: 300167 > URL: https://svnweb.freebsd.org/changeset/base/300167 >=20 > Log: > Revert r299830, it has couple of fatal errors. >=20 > The CMSG_ family of macros take care of alignment, so we don't need = r299830 > at all, even if it was correct. Put NO_WCAST_ALIGN into Makefile. >=20 > Together with: peter Thank you :(..=