]> granicus.if.org Git - sudo/commitdiff
Already define O_NOCTTY in compat.h, don't need it here
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 7 Oct 2009 00:17:38 +0000 (00:17 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 7 Oct 2009 00:17:38 +0000 (00:17 +0000)
script.c

index 6440d6dabda2d3a63074263173d51e65ea53467b..7744149c50dbd1d7aabd02ac75ac72fc61450634 100644 (file)
--- a/script.c
+++ b/script.c
 __unused static const char rcsid[] = "$Sudo$";
 #endif /* lint */
 
-#ifndef O_NOCTTY
-#define O_NOCTTY 0
-#endif
-
 #define SFD_MASTER 0
 #define SFD_SLAVE 1
 #define SFD_LOG 2