From: Todd C. Miller Date: Mon, 14 Jun 2010 18:59:26 +0000 (-0400) Subject: No longer use SA_NOCLDSTOP X-Git-Tag: SUDO_1_7_3~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2eb5349cf675e8ee4217b4d0e192898a5db7ad3;p=sudo No longer use SA_NOCLDSTOP --HG-- branch : 1.7 --- diff --git a/compat.h b/compat.h index 14e7c7dab..c01924d47 100644 --- a/compat.h +++ b/compat.h @@ -196,7 +196,6 @@ int isblank __P((int)); # define SA_ONSTACK SV_ONSTACK # define SA_RESTART SV_INTERRUPT /* opposite effect */ # define SA_RESETHAND SV_RESETHAND -# define SA_NOCLDSTOP SV_NOCLDSTOP # define sa_handler sv_handler # define sa_mask sv_mask # define sa_flags sv_flags