From eb13b9a02d939ee7440472c5a5f86e55f3adbd54 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 12 Mar 1998 09:35:57 +0000 Subject: Update. 1998-03-12 Matthias Urlichs * nscd/nscd.c: Ignore SIGPIPE. 1998-03-12 Ulrich Drepper * nscd/nscd_getgr_r.c: Use __ protected names. * nscd/nscd_getpw_r.c: Likewise. 1998-03-12 Matthias Urlichs * nscd/nscd_getpw_r.c: Use pw_*_len values correctly. * nscd/nscd_getpw_r.c: Fix length calculation in result check, null bytes are not transmitted. 1998-03-12 00:40 Franz Sirl * powerpc/syscalls.list: Correct typo. * alpha/syscalls.list: Likewise. * mips/syscalls.list: Likewise. 1998-03-12 Ulrich Drepper * socket/sys/socket.h: Add prototype for __socket. --- nscd/nscd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nscd/nscd.c') diff --git a/nscd/nscd.c b/nscd/nscd.c index a53abc1fe0..83a7b5be86 100644 --- a/nscd/nscd.c +++ b/nscd/nscd.c @@ -117,6 +117,7 @@ main (int argc, char **argv) signal (SIGINT, termination_handler); signal (SIGQUIT, termination_handler); signal (SIGTERM, termination_handler); + signal (SIGPIPE, SIG_IGN); /* Check if we are already running. */ if (check_pid (_PATH_NSCDPID)) -- cgit v1.2.3