From: Todd C. Miller Date: Sun, 5 Jun 1994 21:17:18 +0000 (+0000) Subject: added /dev/tty X-Git-Tag: SUDO_1_3_1~190 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1cbcc7d1ff300185da69f394b89d3a6cd685ce77;p=sudo added /dev/tty --- diff --git a/pathnames.h.in b/pathnames.h.in index 220c521c0..1ddc2e56e 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -46,6 +46,10 @@ #define _PATH_SUDO_STMP "/etc/stmp" #endif /* _PATH_SUDO_STMP */ +#ifndef _PATH_TTY +#define _PATH_TTY "/dev/tty" +#endif /* _PATH_TTY */ + #ifndef _PATH_VI #undef _PATH_VI #endif /* _PATH_VI */