1 --- portmap_4/portmap.c.sigpipe Sun Feb 11 17:45:11 2001
2 +++ portmap_4/portmap.c Sun Feb 11 17:45:51 2001
5 (void)signal(SIGCHLD, reap);
7 + /* Dying on SIGPIPE doesn't help anyone */
8 + (void)signal(SIGPIPE, SIG_IGN);
11 syslog(LOG_ERR, "run_svc returned unexpectedly");