From nobody Fri May 8 11:55:06 2026 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gBncB5psHz6cBYm for ; Fri, 08 May 2026 11:55:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gBncB4rdMz3kxY for ; Fri, 08 May 2026 11:55:06 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1778241306; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=462yzSlm6jawqmdf+quDt9wHK/VXLMaBuc3gzdT1hho=; b=xv0TnNLgDUQi80RIBn/Vpm/R6zz/2L5zMjPQbAXdm7MsOl7B72ZsqGWLX9wBX6JgzGKrBg 0txG85rfvX+zkDTYs+1s4TdO4Em1Dnk7VBIK3AR3q2ZFppU20nibrJuTfMdtz/M/O2aWyY kLhlXIqPdP7UiKmt8LUj4d2QKiJUY5JTal5dPT1XKtE5ZN647DNxykEEN90YC9ay2Jdys7 kyy18RmV4tle6CP8I2dLfO43N2VqdCjtdC0mt2DEAISUfMlfnEnK2mgUW++DE9yLVoSN/F ea7RxQk064JjAhUL/PDn53yezNwsgQjD9FBJmnPKEgLBZedddVCyvPaLn0k6pA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1778241306; a=rsa-sha256; cv=none; b=vtygnwkPmQg6ur7fgbr4VeYi6/ozx1upVi+uG7JBDZs4YV0/K4S+Ly1T/lBzCIabxythI8 9Xi0Ki0NPVJnaJUrtzcQ4wx74Yee7EhGkj0S5JK+HjceYJ47QEhQ+3vBjAYFBSULfoQBAD eB6RuqRV+SNA7VfvvzIwnySeHZC9k+adbgtSR/DtQwKAwVLsvnRjrXVE31HYaeiH3u8g1e aEiDBJOIhha2rbsblDkRussTfykXQGrMSFqfIi/1NRhFfQzRyQDQHwSmfeSSVgG81/Ehe0 U+JaK1F1C3DzBIKBU21UGDmkbnJ8hhbLYBLJeBUm4A8n7/LjcbTcfdV1tClNxw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1778241306; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=462yzSlm6jawqmdf+quDt9wHK/VXLMaBuc3gzdT1hho=; b=o9PF0MuL1ClYnZcx2Vy9X6G31qxW5XnNFivt+aDyw8PV4qzu8YwPilyizjRsOMa25pGARB oVeNr3hZPY5upbr2UASkNpsvL+YtgkSMPhROHoG/1D4OPKQg8eAhUCGWW7m9vJ8Bc27Eh1 V8z5o4abibcYIbEqdQvjDgRtE0y/E/qf0iHn0wKwB7YoM9Yg0H2vC1i4Wk8XWlgHymu1Dc dy3/akkiLQgFiI1VckWwJB2vmXaIREajjxk7xThWLoA3cCJGwciLclWQ7Om43VgPA+W2y3 5GZI/EMXamFzSR+Y8UarOd0BiT5v+nZAROvS9A2ueJyaeX7nRv38dEfNki8rXw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gBncB3d0Yz191q for ; Fri, 08 May 2026 11:55:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3b4ff by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 08 May 2026 11:55:06 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Dimitry Andric Subject: git: 4699fffc6a62 - stable/15 - Remove extraneous tab characters at EOL in various _stdint.h files List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dim X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 4699fffc6a62d706c82094615409d1db136542df Auto-Submitted: auto-generated Date: Fri, 08 May 2026 11:55:06 +0000 Message-Id: <69fdcf1a.3b4ff.6547c270@gitrepo.freebsd.org> The branch stable/15 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=4699fffc6a62d706c82094615409d1db136542df commit 4699fffc6a62d706c82094615409d1db136542df Author: Dimitry Andric AuthorDate: 2026-05-01 18:08:26 +0000 Commit: Dimitry Andric CommitDate: 2026-05-08 10:27:14 +0000 Remove extraneous tab characters at EOL in various _stdint.h files MFC after: 3 days (cherry picked from commit daeab702f9adbbb718ecf48e17de8dd619cfe7b8) --- sys/powerpc/include/_stdint.h | 4 ++-- sys/riscv/include/_stdint.h | 2 +- sys/x86/include/_stdint.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/powerpc/include/_stdint.h b/sys/powerpc/include/_stdint.h index 385c33389809..6eb988f86ed7 100644 --- a/sys/powerpc/include/_stdint.h +++ b/sys/powerpc/include/_stdint.h @@ -173,14 +173,14 @@ #ifdef __LP64__ /* Limits of ptrdiff_t. */ -#define PTRDIFF_MIN INT64_MIN +#define PTRDIFF_MIN INT64_MIN #define PTRDIFF_MAX INT64_MAX /* Limit of size_t. */ #define SIZE_MAX UINT64_MAX #else /* Limits of ptrdiff_t. */ -#define PTRDIFF_MIN INT32_MIN +#define PTRDIFF_MIN INT32_MIN #define PTRDIFF_MAX INT32_MAX /* Limit of size_t. */ diff --git a/sys/riscv/include/_stdint.h b/sys/riscv/include/_stdint.h index 9df000b0eac4..48080ecfe2cf 100644 --- a/sys/riscv/include/_stdint.h +++ b/sys/riscv/include/_stdint.h @@ -137,7 +137,7 @@ * 7.18.3 Limits of other integer types */ /* Limits of ptrdiff_t. */ -#define PTRDIFF_MIN INT64_MIN +#define PTRDIFF_MIN INT64_MIN #define PTRDIFF_MAX INT64_MAX /* Limits of sig_atomic_t. */ diff --git a/sys/x86/include/_stdint.h b/sys/x86/include/_stdint.h index 1b8523bf656b..2dea911b5c88 100644 --- a/sys/x86/include/_stdint.h +++ b/sys/x86/include/_stdint.h @@ -163,7 +163,7 @@ */ #ifdef __LP64__ /* Limits of ptrdiff_t. */ -#define PTRDIFF_MIN INT64_MIN +#define PTRDIFF_MIN INT64_MIN #define PTRDIFF_MAX INT64_MAX /* Limits of sig_atomic_t. */