Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id F09641A9217 for ; Wed, 17 Feb 2021 22:32:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 36C1D84D5E; Wed, 17 Feb 2021 22:32:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5E39B84D5B for ; Wed, 17 Feb 2021 22:32:05 +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 R8LJyJWre5Gr for ; Wed, 17 Feb 2021 22:32:04 +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 DC1AC84CF1 for ; Wed, 17 Feb 2021 22:32:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF17BFA95; Wed, 17 Feb 2021 22:32:04 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 17 Feb 2021 17:32:04 -0500 From: "Christos Zoulas" Subject: CVS commit: src/sys To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210217223204.CF17BFA95@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: Wed Feb 17 22:32:04 UTC 2021 Modified Files: src/sys/net: if_arp.h src/sys/netinet: icmp_private.h igmp_var.h ip_private.h tcp_private.h udp_private.h src/sys/netinet6: ip6_private.h src/sys/sys: mbuf.h param.h Log Message: - pass the alignment instead of the mask (as Roy asked and to match the other macro) - use alignof to determine that alignment and CTASSERT what we expect - remove unused macros To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/net/if_arp.h cvs rdiff -u -r1.4 -r1.5 src/sys/netinet/icmp_private.h \ src/sys/netinet/ip_private.h src/sys/netinet/tcp_private.h \ src/sys/netinet/udp_private.h cvs rdiff -u -r1.26 -r1.27 src/sys/netinet/igmp_var.h cvs rdiff -u -r1.4 -r1.5 src/sys/netinet6/ip6_private.h cvs rdiff -u -r1.230 -r1.231 src/sys/sys/mbuf.h cvs rdiff -u -r1.688 -r1.689 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.