Received: by mail.netbsd.org (Postfix, from userid 605) id 6186A85EC3; Fri, 7 Oct 2016 22:32:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E3F8385EB4 for ; Fri, 7 Oct 2016 22:32:50 +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 Bi9bCt8wBoxy for ; Fri, 7 Oct 2016 22:32:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8FF2D84CFB for ; Fri, 7 Oct 2016 22:32:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8AB3EFBD2; Fri, 7 Oct 2016 22:32:50 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 7 Oct 2016 22:32:50 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: src/sbin/routed To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20161007223250.8AB3EFBD2@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: "Joerg Sonnenberger" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: joerg Date: Fri Oct 7 22:32:50 UTC 2016 Modified Files: src/sbin/routed: table.c Log Message: Shuffle pointer magic to not depend on temporary overaligned pointers into a packed structure. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sbin/routed/table.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.