Already define O_NOCTTY in compat.h, don't need it here

This commit is contained in:
Todd C. Miller
2009-10-07 00:17:38 +00:00
parent c8e048c208
commit 50b62b694d

View File

@@ -69,10 +69,6 @@
__unused static const char rcsid[] = "$Sudo$"; __unused static const char rcsid[] = "$Sudo$";
#endif /* lint */ #endif /* lint */
#ifndef O_NOCTTY
#define O_NOCTTY 0
#endif
#define SFD_MASTER 0 #define SFD_MASTER 0
#define SFD_SLAVE 1 #define SFD_SLAVE 1
#define SFD_LOG 2 #define SFD_LOG 2