Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 2026 19:03:58 +0000
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a48a27532567 - main - sys/proc.h: remove spurious blank lines
Message-ID:  <6a57d99e.3b81e.7e393958@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=a48a27532567b3ec2178110994f5cea245a54ac2

commit a48a27532567b3ec2178110994f5cea245a54ac2
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-07-15 17:30:51 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-07-15 18:05:28 +0000

    sys/proc.h: remove spurious blank lines
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
---
 sys/sys/proc.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 20389c728f37..6736fa5bb5f9 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -899,10 +899,8 @@ struct proc {
 						   sync core registered */
 #define	P2_MEMBAR_GLOBE		0x00400000	/* membar global expedited
 						   registered */
-
 #define	P2_LOGSIGEXIT_ENABLE	0x00800000	/* Disable logging on sigexit */
 #define	P2_LOGSIGEXIT_CTL	0x01000000	/* Override kern.logsigexit */
-
 #define	P2_HWT			0x02000000	/* Process is using HWT. */
 
 /* Flags protected by proctree_lock, kept in p_treeflags. */


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a57d99e.3b81e.7e393958>