]> granicus.if.org Git - sudo/commitdiff
add DARPA credit on affected files
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 16 Apr 2003 00:42:09 +0000 (00:42 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 16 Apr 2003 00:42:09 +0000 (00:42 +0000)
compat.h

index 994f692eef3f765d603d20a289176adfd7e3875e..10f1e471ecd6a46f28afecefeb3a34ed2b3b1fbe 100644 (file)
--- a/compat.h
+++ b/compat.h
  * 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