glibc/nss
Ulrich Drepper 8b80182964 Update.
2000-12-05  H.J. Lu  <hjl@gnu.org>

	* nss/Makefile (routines): Add getnssent and getnssent_r.
	* nss/nsswitch.h (__nss_setent): New internal NSS function.
	(__nss_endent): Likewise.
	(__nss_getent_r): Likewise.
	(__nss_getent): Likewise.
	* nss/getnssent_r.c: New file.
	* nss/getnssent.c: New file.
	* nss/getXXent.c (H_ERRNO_VAR): Updated.
	(GETFUNC_NAME): Updated to call __nss_getent ().
	* nss/getXXent_r.c (H_ERRNO_VAR_P): New.
	(STAYOPEN_TMPVAR): Updated.
	(STAYOPEN_VAR): Updated.
	(SETFUNC_NAME): Updated to call __nss_setent ().
	(ENDFUNC_NAME): Updated to call __nss_endent ().
	(INTERNAL (REENTRANT_GETNAME)): Updated to call __nss_getent_r ().
2000-12-08 22:39:54 +00:00
..
nss_db
nss_files
Depend
Makefile Update. 2000-12-08 22:39:54 +00:00
Versions
XXX-lookup.c
alias-lookup.c
databases.def
db-Makefile
digits_dots.c
ethers-lookup.c
function.def
getXXbyYY.c
getXXbyYY_r.c
getXXent.c Update. 2000-12-08 22:39:54 +00:00
getXXent_r.c Update. 2000-12-08 22:39:54 +00:00
getent.c
getnssent.c Generic getXXent function. 2000-12-08 22:38:13 +00:00
getnssent_r.c Update. 2000-12-08 22:39:54 +00:00
grp-lookup.c
hosts-lookup.c
key-lookup.c
makedb.c
netgrp-lookup.c
network-lookup.c
nss.h
nsswitch.c
nsswitch.conf
nsswitch.h Update. 2000-12-08 22:39:54 +00:00
proto-lookup.c
pwd-lookup.c
rpc-lookup.c
service-lookup.c
spwd-lookup.c
test-netdb.c Mark local functions as static to avoid warnings. (main): Use return to silence warning. 2000-12-05 08:14:51 +00:00