mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
added /dev/tty
This commit is contained in:
parent
b5ff63bb4e
commit
1cbcc7d1ff
@ -46,6 +46,10 @@
|
|||||||
#define _PATH_SUDO_STMP "/etc/stmp"
|
#define _PATH_SUDO_STMP "/etc/stmp"
|
||||||
#endif /* _PATH_SUDO_STMP */
|
#endif /* _PATH_SUDO_STMP */
|
||||||
|
|
||||||
|
#ifndef _PATH_TTY
|
||||||
|
#define _PATH_TTY "/dev/tty"
|
||||||
|
#endif /* _PATH_TTY */
|
||||||
|
|
||||||
#ifndef _PATH_VI
|
#ifndef _PATH_VI
|
||||||
#undef _PATH_VI
|
#undef _PATH_VI
|
||||||
#endif /* _PATH_VI */
|
#endif /* _PATH_VI */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user