2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

o Add requiretty option

o Move O_NOCTTY to compat.h
This commit is contained in:
Todd C. Miller
1999-10-08 01:12:50 +00:00
parent 1296f28845
commit 2c4fefde5a
5 changed files with 35 additions and 20 deletions

View File

@@ -77,10 +77,6 @@
#define TCSASOFT 0
#endif /* TCSASOFT */
#ifndef O_NOCTTY
#define O_NOCTTY 0
#endif /* O_NOCTTY */
#ifndef lint
static const char rcsid[] = "$Sudo$";
#endif /* lint */