Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=P9mLg/7g; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=IY2aIBEv Received: by mail.netbsd.org (Postfix, from userid 605) id D0C3B84EC3; Thu, 14 Mar 2024 15:51:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710431472; bh=aYcH/1wR1lpCQskXyrArduYAw5M86y+xChMM6jr9frI=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=P9mLg/7gblitXSlF4rwyX0YJMzz0nv4wZbZD6jH27NXlv1ZLwyRg/yrVP/9qqmtGi euMzCf1B32f5mZUfSsBpV8jXUV2hUQQtmCUl3m9FnjPWf8dDGg3JxIvgfUJ1MrTGpF 7I5EDc2M3JGN889xF4+xu7hGJCEGs28xNzejpH34= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B903A84E78 for ; Thu, 14 Mar 2024 15:51:10 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id MXZx79hznLL4 for ; Thu, 14 Mar 2024 15:51:10 +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 5993384D28 for ; Thu, 14 Mar 2024 15:51:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710431470; bh=aYcH/1wR1lpCQskXyrArduYAw5M86y+xChMM6jr9frI=; h=Date:From:Subject:To:Reply-To; b=IY2aIBEvwhzrXvhpUfyqZiG92s7b5KV+MMtCDr5GA3dSrIDmm/vd4EoeUAKGWDz2V hppctCl7SPwMOr/JOFEpuzvjKJgTJpxhI25tQ6hGtucjaUFnM2DNzaEvBjeSZt1oW8 hzid/fZX1Pe0gazJtaOaeJJ3EOyhuaxS671UoUyw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4D2F7FA2C; Thu, 14 Mar 2024 15:51:10 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 14 Mar 2024 11:51:10 -0400 From: "Christos Zoulas" Subject: CVS commit: src/sys/arch/sparc/include To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240314155110.4D2F7FA2C@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 14 15:51:10 UTC 2024 Modified Files: src/sys/arch/sparc/include: limits.h Log Message: Sync with x86_64 the quad constants. No reason to be different To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sparc/include/limits.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.