CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/22 10:22:58
Modified files:
lib/libc/gen : devname.c getcap.c ttyname.c
Log message:
Similar to getpwnam(3) and getnetgrent(3), it is better to call
libc-private __hash_open() than the generic dbopen(3) which pulls
in all 3 database backends.
ok millert
