Remove conditional compilation and #defines around signal handling
authorguenther <guenther@openbsd.org>
Wed, 14 Oct 2015 04:55:17 +0000 (04:55 +0000)
committerguenther <guenther@openbsd.org>
Wed, 14 Oct 2015 04:55:17 +0000 (04:55 +0000)
commit9ae4abf6fca2a6417dfff8fd0fb8ac10a47c2a4c
treeb475b2171c23bdb856297f742b79fa15d977e083
parent0fb7496ecc7961644cd60d81c31fa44dd0d73ed5
Remove conditional compilation and #defines around signal handling
Don't catch signals that were ignored on entry
Suppress SIGCHLD if our kid is stopped: we don't care and it's not an error

ok millert@
usr.sbin/tcpdump/Makefile
usr.sbin/tcpdump/setsignal.c
usr.sbin/tcpdump/setsignal.h
usr.sbin/tcpdump/tcpdump.c