Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=sXik7lhG; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=M3GSIXP6 Received: by mail.netbsd.org (Postfix, from userid 605) id C845584D8C; Thu, 7 Mar 2024 17:10:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709831439; bh=/hQyJHwGSH2jr8f+xCdcax8/JP6X76eiD8bAfBoQ0cw=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=sXik7lhG/39rgvP1QOurnx3JuFzDgoXFiUwdZLWQQJznHXLIPa2Zdz3oP6CVc7hX9 1iSACbAvH4jsU7W3rDzBqfO5DJNxovNesj6At7Ug9gi6GE/+yiiGsuP4AMauxBlBTP opg/lq0G/IlnExTkchOwHETruf7vPlNMELdhgnhk= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B1ADB84D22 for ; Thu, 7 Mar 2024 17:10:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 bL6m3-ReiiIW for ; Thu, 7 Mar 2024 17:10:37 +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 50EE484D0C for ; Thu, 7 Mar 2024 17:10:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709831437; bh=/hQyJHwGSH2jr8f+xCdcax8/JP6X76eiD8bAfBoQ0cw=; h=Date:From:Subject:To:Reply-To; b=M3GSIXP69OPMDTRGSpeK2XLR0CMw8WVwlOUwMy80maRNxquIifjfFiF1rD7W369lr MxQi68O5ZllX31N7eHXmfRKHPCGk/pHmLAewmu0RkSLjdPSj7HKImPY6oWPFf347l5 FChNxfNqJpFMTrt5MExXQZjtjnA0hMVpSDCR7w38= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DE28FA2A; Thu, 7 Mar 2024 17:10:37 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 7 Mar 2024 12:10:37 -0500 From: "Christos Zoulas" Subject: CVS commit: src/external/mpl/bind/dist/lib/isc/netmgr To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240307171037.3DE28FA2A@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: christos Date: Thu Mar 7 17:10:37 UTC 2024 Modified Files: src/external/mpl/bind/dist/lib/isc/netmgr: netmgr-int.h Log Message: Make sure that the extra field is maximally aligned since it is used for other struct storage. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 \ src/external/mpl/bind/dist/lib/isc/netmgr/netmgr-int.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.