Add a NEWS entry to indicate the review of the usage of getpwnam(),

getpwuid(), getgrnam(), getgrgid(), and getspnam().
This commit is contained in:
nekral-guest
2007-11-19 01:19:45 +00:00
parent 6a0a7171d2
commit d16cc1ea89
2 changed files with 3 additions and 1 deletions

View File

@@ -98,7 +98,7 @@
returned structure and are more robust to successive calls. They
are implemented with the libc's getxxyyy_r() functions if
available.
* libmisc/limits.c, libmisc/entry.c, libmisc/chowntty.c,
* NEWS, libmisc/limits.c, libmisc/entry.c, libmisc/chowntty.c,
libmisc/addgrps.c, libmisc/myname.c, libmisc/rlogin.c,
libmisc/pwdcheck.c, src/newgrp.c, src/login_nopam.c, src/login.c,
src/userdel.c, src/lastlog.c, src/grpck.c, src/gpasswd.c,