Date: Sun, 9 Nov 2025 22:39:12 GMT From: Olivier Certner <olce@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: d05ab93913f3 - main - setpgid(): Fix space before TAB in herald comment Message-ID: <202511092239.5A9MdC3i003143@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=d05ab93913f340c5590eafa4cc09cc84aa86282e commit d05ab93913f340c5590eafa4cc09cc84aa86282e Author: Olivier Certner <olce@FreeBSD.org> AuthorDate: 2025-11-09 22:35:42 +0000 Commit: Olivier Certner <olce@FreeBSD.org> CommitDate: 2025-11-09 22:38:14 +0000 setpgid(): Fix space before TAB in herald comment No functional change. With this tiny change, all the file becomes whitespace-clean. MFC after: 1 week Sponsored by: The FreeBSD Foundation --- sys/kern/kern_prot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_prot.c b/sys/kern/kern_prot.c index dc8751ddfbf6..47f9937e49aa 100644 --- a/sys/kern/kern_prot.c +++ b/sys/kern/kern_prot.c @@ -422,7 +422,7 @@ again: * pid must be in same session (EPERM) * pid can't have done an exec (EACCES) * if pgid != pid - * there must exist some pid in same session having pgid (EPERM) + * there must exist some pid in same session having pgid (EPERM) * pid must not be session leader (EPERM) */ #ifndef _SYS_SYSPROTO_H_help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511092239.5A9MdC3i003143>
