remove useless SIGPIPE protection from syslog
authorRich Felker <dalias@aerifal.cx>
Wed, 13 Apr 2011 21:51:45 +0000 (17:51 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 13 Apr 2011 21:51:45 +0000 (17:51 -0400)
commita77411a50d22f6c9db305f19efda5ab2db3266de
tree9c11d764c72f0fbc2a251d7bee2193be2d137b7d
parenta444ee34103bb06dbcf6ddfa10abd7712982b090
remove useless SIGPIPE protection from syslog

per the standard, SIGPIPE is not generated for SOCK_DGRAM.
src/misc/syslog.c