Received: by mail.netbsd.org (Postfix, from userid 605) id C72E684D45; Tue, 30 Mar 2021 15:31:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 07D3484D3F for ; Tue, 30 Mar 2021 15:31:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id zee0qB1X6UZi for ; Tue, 30 Mar 2021 15:31:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9C70D84CDF for ; Tue, 30 Mar 2021 15:31:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 95927FA95; Tue, 30 Mar 2021 15:31:51 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 30 Mar 2021 15:31:51 +0000 From: "Roland Illig" Subject: CVS commit: src/lib/libc/gen To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210330153151.95927FA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Roland Illig" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: rillig Date: Tue Mar 30 15:31:51 UTC 2021 Modified Files: src/lib/libc/gen: sysctl.c Log Message: libc/gen: fix hack for previously unsupported lint initializers Supported since init.c 1.182 from 2021-03-30. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/lib/libc/gen/sysctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.