Date: Fri, 6 Dec 2024 15:50:47 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: f2c09b4f321b - stable/14 - cap_rights_is_empty: add MLINK Message-ID: <202412061550.4B6FolHD035651@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=f2c09b4f321bfd6ead1359d9cbe49848a23f07bf commit f2c09b4f321bfd6ead1359d9cbe49848a23f07bf Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2024-12-02 20:35:10 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2024-12-06 15:50:31 +0000 cap_rights_is_empty: add MLINK Fixes: a7100ae23aca ("capsicum: introduce cap_rights_is_empty Function") Sponsored by: The FreeBSD Foundation (cherry picked from commit 3505e0d6675b332c154e01110456d767e222c5d6) --- lib/libc/capability/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libc/capability/Makefile.inc b/lib/libc/capability/Makefile.inc index cf214d7f5627..b217c43555fc 100644 --- a/lib/libc/capability/Makefile.inc +++ b/lib/libc/capability/Makefile.inc @@ -10,6 +10,7 @@ MAN+= cap_rights_init.3 MLINKS+=cap_rights_init.3 cap_rights_set.3 MLINKS+=cap_rights_init.3 cap_rights_clear.3 +MLINKS+=cap_rights_init.3 cap_rights_is_empty.3 MLINKS+=cap_rights_init.3 cap_rights_is_set.3 MLINKS+=cap_rights_init.3 cap_rights_is_valid.3 MLINKS+=cap_rights_init.3 cap_rights_merge.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412061550.4B6FolHD035651>