CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/09 06:56:12
Modified files:
lib/libc/gen : getpwent.c
usr.bin/chpass : Makefile getpwent.c
usr.bin/passwd : Makefile
Log message:
Inside libc, getpwent.c does not use dbopen() and instead uses unexported
db functions. The copy of the code outside libc, must use dbopen().
-DFORCE_DBOPEN was used with #ifdef, but now that the file is an edited copy
that is no longer neccessary.
