From a78de796b7911443b7af40177ee9c33cf69a82e5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 7 Mar 1998 19:52:45 +0000 Subject: Update. 1998-03-07 Ulrich Drepper * elf/link.h: Fix typos. Reported by Andreas Jaeger. * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment. * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise. * sysdeps/i386/elf/start.S: Don't call main directly, call * nis/nis_call.c (__do_niscall): Safe and reset errno. * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno. --- nscd/nscd_getgr_r.c | 1 - nscd/nscd_getpw_r.c | 1 - 2 files changed, 2 deletions(-) (limited to 'nscd') diff --git a/nscd/nscd_getgr_r.c b/nscd/nscd_getgr_r.c index 27d05e0..71acc06 100644 --- a/nscd/nscd_getgr_r.c +++ b/nscd/nscd_getgr_r.c @@ -101,7 +101,6 @@ __nscd_getgr_r (const char *key, request_type type, struct group *resultbuf, if (sock == -1) { - /* Returning two signals that contacting the daemon failed. */ __nss_not_use_nscd_group = 1; return 1; } diff --git a/nscd/nscd_getpw_r.c b/nscd/nscd_getpw_r.c index d9401ed..4804a45 100644 --- a/nscd/nscd_getpw_r.c +++ b/nscd/nscd_getpw_r.c @@ -101,7 +101,6 @@ __nscd_getpw_r (const char *key, request_type type, struct passwd *resultbuf, if (sock == -1) { - /* Returning two signals that contacting the daemon failed. */ __nss_not_use_nscd_passwd = 1; return 1; } -- cgit v1.1