From: Todd C. Miller Date: Wed, 16 Apr 2003 00:42:09 +0000 (+0000) Subject: add DARPA credit on affected files X-Git-Tag: SUDO_1_6_8~327 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=492367bd62fa066235409fabcd0ba66109b909b9;p=sudo add DARPA credit on affected files --- diff --git a/compat.h b/compat.h index 994f692ee..10f1e471e 100644 --- a/compat.h +++ b/compat.h @@ -31,6 +31,10 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * + * Sponsored in part by the Defense Advanced Research Projects + * Agency (DARPA) and Air Force Research Laboratory, Air Force + * Materiel Command, USAF, under agreement number F39502-99-1-0512. + * * $Sudo$ */ @@ -211,10 +215,10 @@ int sigprocmask __P((int, const sigset_t *, sigset_t *)); # ifndef HAVE_SIGACTION_T typedef struct sigaction sigaction_t; # endif -# ifndef SA_INTERRUPT +# ifndef SA_INTERRUPT # define SA_INTERRUPT 0 # endif -# ifndef SA_RESTART +# ifndef SA_RESTART # define SA_RESTART 0 # endif #endif