Received: by mail.netbsd.org (Postfix, from userid 605) id 26E1A84D54; Sat, 16 Jun 2018 21:00:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1886184D53 for ; Sat, 16 Jun 2018 21:00:13 +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 b0OS8yW-Q5xP for ; Sat, 16 Jun 2018 21:00:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8432984CD6 for ; Sat, 16 Jun 2018 21:00:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 74D1CFBEC; Sat, 16 Jun 2018 21:00:12 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 16 Jun 2018 21:00:12 +0000 From: "Kamil Rytarowski" Subject: CVS commit: src/external/bsd/nvi/dist/common To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20180616210012.74D1CFBEC@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: Sat Jun 16 21:00:12 UTC 2018 Modified Files: src/external/bsd/nvi/dist/common: log.c Log Message: Correct previous change to CHAR_T_OFFSET The intended operation is offsetof(), not alignof(). Noted by To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/nvi/dist/common/log.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.