glibc/nscd
Ulrich Drepper 8d88d9f8aa Update.
1998-04-08  Ulrich Drepper  <drepper@cygnus.com>

	* login/utmp_file.c: use __ftruncate not ftruncate.
	* sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
	for system call and make ftruncate weak alias.
	* posix/unistd.h: Add prototype for __ftruncate.
	* login/utmp_daemon.c (open_socket): Use __socket not socket.
	* nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
	instead of snprintf and readv.
	* nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
	snprintf.
	* stdlib/strtod.c: Call strtoull/wcstoull's internal functions
	directly.
1998-04-08 23:35:13 +00:00
..
connections.c Update. 1998-02-24 15:22:29 +00:00
dbg_log.c
dbg_log.h
getgrgid_r.c
getgrnam_r.c
getpwnam_r.c
getpwuid_r.c
grpcache.c Update. 1998-03-06 11:39:36 +00:00
Makefile Update. 1998-03-30 13:01:46 +00:00
nscd_conf.c Update. 1998-02-24 15:22:29 +00:00
nscd_getgr_r.c Update. 1998-04-08 23:35:13 +00:00
nscd_getpw_r.c Update. 1998-04-08 23:35:13 +00:00
nscd_proto.h Update. 1998-03-06 11:39:36 +00:00
nscd_stat.c
nscd.c Update. 1998-03-24 17:03:23 +00:00
nscd.conf
nscd.h
nscd.init
pwdcache.c Update. 1998-02-24 15:22:29 +00:00
TODO