Already define O_NOCTTY in compat.h, don't need it here
This commit is contained in:
4
script.c
4
script.c
@@ -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
|
||||||
|
Reference in New Issue
Block a user