From owner-svn-src-all@freebsd.org Mon Jun 10 13:43:45 2019 Return-Path: Delivered-To: svn-src-all@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 1D33615BFD96; Mon, 10 Jun 2019 13:43:45 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-it1-f181.google.com (mail-it1-f181.google.com [209.85.166.181]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ABE6C73C25; Mon, 10 Jun 2019 13:43:44 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-it1-f181.google.com with SMTP id j194so6343513ite.0; Mon, 10 Jun 2019 06:43:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc:content-transfer-encoding; bh=NRoExSwodYbCDn41KNgiXw4+PDVRYzZc/7pZwLqLsEk=; b=EeWQ+vmrcLBKIp67OG+nTSP2dkeaCM1wgnbO6ZRWeBgjJAf1G8yP3EurVWryvmGzLG 57SzVE+r4YGxd1ypDpEeV0gTId3sDX9wqmYYyY/Xp2PqZRl2aohKDwT9lcnxkNMYt7QY Z0FPkzQzrkLEG8DBsPR/KPm1qOzj/P7eXAf5Y/3PShzrI0qxPjW4raDiW4GxziRTTsdi 7PCVvIMJL5Trj63bsiXT2Ul9fOZBzjfUBxxlZJGMyNIioKN1C+Ru+5/1HIb6NkCdT4Kg hdTLmLD4AQjIY6TxCyIuImhMWwH/4lXchP1ocaWAha6VDvINiZEIMAR2STUB6X6T8vSu M0Zg== X-Gm-Message-State: APjAAAVTbT6kaw5aOreQsTGN9u1bA08t6KymrBUKaj5HRt/oo1czT3yC 0EvNl+MeX3u2ho6WqYgmNTyZXWnF X-Google-Smtp-Source: APXvYqyPfuhx3RKd3Cq+au5YKR7qQFxd8JtQ9dl1glZ6bHXoOq7XqL/mYbvTIbiCISkaj5SJFEDh+A== X-Received: by 2002:a05:660c:20a:: with SMTP id y10mr13667142itj.148.1560174217484; Mon, 10 Jun 2019 06:43:37 -0700 (PDT) Received: from mail-io1-f54.google.com (mail-io1-f54.google.com. [209.85.166.54]) by smtp.gmail.com with ESMTPSA id l136sm5251757itc.23.2019.06.10.06.43.37 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Mon, 10 Jun 2019 06:43:37 -0700 (PDT) Received: by mail-io1-f54.google.com with SMTP id m24so6908344ioo.2; Mon, 10 Jun 2019 06:43:37 -0700 (PDT) X-Received: by 2002:a5d:8253:: with SMTP id n19mr8887525ioo.80.1560174216837; Mon, 10 Jun 2019 06:43:36 -0700 (PDT) MIME-Version: 1.0 References: <201906100528.x5A5S4gm072561@repo.freebsd.org> <20190610110909.3e6fbc13@kalimero.tijl.coosemans.org> In-Reply-To: <20190610110909.3e6fbc13@kalimero.tijl.coosemans.org> Reply-To: cem@freebsd.org From: Conrad Meyer Date: Mon, 10 Jun 2019 06:43:26 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r348847 - head/sys/sys To: =?UTF-8?Q?T=C4=B3l_Coosemans?= Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: ABE6C73C25 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 10 Jun 2019 13:43:45 -0000 On Mon, Jun 10, 2019 at 2:10 AM T=C4=B3l Coosemans wrote= : > On Mon, 10 Jun 2019 05:28:04 +0000 (UTC) Dmitry Chagin > wrote: > > ... > > URL: https://svnweb.freebsd.org/changeset/base/348847 > > Log: > > Use C11 anonymous unions. > > > > Modified: head/sys/sys/ucred.h > ... > > Isn't this a userland header that should work with non-C11 compilers? Hi Tijl, Why would one expect userland headers to work with non-C11 (gnu89) compiler= s? Thanks, Conrad