git: ca57a343e86e - main - libc: More missing MLINKS.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Oct 2023 10:29:43 UTC
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=ca57a343e86ed3015596db68bda17518ad45436a commit ca57a343e86ed3015596db68bda17518ad45436a Author: Dag-Erling Smørgrav <des@FreeBSD.org> AuthorDate: 2023-10-20 10:29:20 +0000 Commit: Dag-Erling Smørgrav <des@FreeBSD.org> CommitDate: 2023-10-20 10:29:40 +0000 libc: More missing MLINKS. Differential Revision: https://reviews.freebsd.org/D42292 --- contrib/libc-pwcache/pwcache.3 | 6 +++++- lib/libc/gen/Makefile.inc | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/contrib/libc-pwcache/pwcache.3 b/contrib/libc-pwcache/pwcache.3 index 32895ce9b54c..f730153d9951 100644 --- a/contrib/libc-pwcache/pwcache.3 +++ b/contrib/libc-pwcache/pwcache.3 @@ -62,7 +62,11 @@ .Sh NAME .Nm pwcache , .Nm user_from_uid , -.Nm group_from_gid +.Nm uid_from_user , +.Nm pwcache_userdb , +.Nm group_from_gid , +.Nm gid_from_group , +.Nm pwcache_groupdb .Nd cache password and group entries .Sh LIBRARY .Lb libc diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index 655843f03715..7eaa471a8dc7 100644 --- a/lib/libc/gen/Makefile.inc +++ b/lib/libc/gen/Makefile.inc @@ -484,7 +484,11 @@ MLINKS+=posix_spawn.3 posix_spawnp.3 \ MLINKS+=psignal.3 strsignal.3 \ psignal.3 sys_siglist.3 \ psignal.3 sys_signame.3 -MLINKS+=pwcache.3 group_from_gid.3 \ +MLINKS+=pwcache.3 gid_from_group.3 \ + pwcache.3 group_from_gid.3 \ + pwcache.3 pwcache_groupdb.3 \ + pwcache.3 pwcache_userdb.3 \ + pwcache.3 uid_from_user.3 \ pwcache.3 user_from_uid.3 MLINKS+=rand48.3 _rand48.3 \ rand48.3 drand48.3 \