Date: Wed, 22 Apr 2026 10:22:51 +0000 From: Pouria Mousavizadeh Tehrani <pouria@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 45827f9ad2e3 - main - linux: Fix a typo in a header comment Message-ID: <69e8a17b.3c7b5.1e0fffb3@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by pouria: URL: https://cgit.FreeBSD.org/src/commit/?id=45827f9ad2e32ec8e4cdde62cbf722a48fb1b396 commit 45827f9ad2e32ec8e4cdde62cbf722a48fb1b396 Author: Pouria Mousavizadeh Tehrani <pouria@FreeBSD.org> AuthorDate: 2026-04-22 10:17:50 +0000 Commit: Pouria Mousavizadeh Tehrani <pouria@FreeBSD.org> CommitDate: 2026-04-22 10:17:50 +0000 linux: Fix a typo in a header comment PR: 294651 Reported by: Dmitry Lukhtionov <dmitryluhtionov@gmail.com> Fixes: 50ff71e956b6 ("linux: Support PR_GET_CHILD_SUBREAPER prctl(2)") Pull-Request: https://github.com/freebsd/freebsd-src/pull/2151 --- sys/compat/linux/linux_misc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/compat/linux/linux_misc.h b/sys/compat/linux/linux_misc.h index abd3a6df76f1..269fb734a69a 100644 --- a/sys/compat/linux/linux_misc.h +++ b/sys/compat/linux/linux_misc.h @@ -57,8 +57,8 @@ #define LINUX_PR_GET_SECCOMP 21 #define LINUX_PR_SET_SECCOMP 22 #define LINUX_PR_CAPBSET_READ 23 -#define LINUX_PR_SET_CHILD_SUBREAPER 36 /* Get child subreaper status */ -#define LINUX_PR_GET_CHILD_SUBREAPER 37 /* Set child subreaper status */ +#define LINUX_PR_SET_CHILD_SUBREAPER 36 /* Set child subreaper status */ +#define LINUX_PR_GET_CHILD_SUBREAPER 37 /* Get child subreaper status */ #define LINUX_PR_SET_NO_NEW_PRIVS 38 /* Set no_new_privs attribute */ #define LINUX_PR_GET_NO_NEW_PRIVS 39 /* Get no_new_privs attribute */ #define LINUX_PR_SET_PTRACER 1499557217home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e8a17b.3c7b5.1e0fffb3>
