Received: by mail.netbsd.org (Postfix, from userid 605) id 43B3084E53; Wed, 6 Jun 2018 14:46:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BD5CE84DA3 for ; Wed, 6 Jun 2018 14:46:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id zMx6V4Q68vRx for ; Wed, 6 Jun 2018 14:46:58 +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 45D9584C82 for ; Wed, 6 Jun 2018 14:46:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3F41EFBEC; Wed, 6 Jun 2018 14:46:58 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 6 Jun 2018 14:46:58 +0000 From: "Kamil Rytarowski" Subject: CVS commit: src/external/cddl/osnet/dist/cmd/dtrace To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20180606144658.3F41EFBEC@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Kamil Rytarowski" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: kamil Date: Wed Jun 6 14:46:58 UTC 2018 Modified Files: src/external/cddl/osnet/dist/cmd/dtrace: dtrace.c Log Message: Correct compilation of osnet/dist/cmd/dtrace/dtrace.c under Clang Add missing const keywords. This could be done with -W flags, but they are incompatible between compilers. This is a step forward functional MKLLVM=yes HAVE_LLVM=yes build. Sponsored by To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/external/cddl/osnet/dist/cmd/dtrace/dtrace.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.