From 85830d1dc0b4728f26596ee1e1c901cd1ddd24e5 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 22 Jan 2002 23:24:51 +1100 Subject: - markus@cvs.openbsd.org 2002/01/11 23:02:18 [readpass.c] use _PATH_TTY --- readpass.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readpass.c') diff --git a/readpass.c b/readpass.c index 7e13828b7..c3cfe1dac 100644 --- a/readpass.c +++ b/readpass.c @@ -32,7 +32,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: readpass.c,v 1.24 2001/12/21 08:53:45 djm Exp $"); +RCSID("$OpenBSD: readpass.c,v 1.25 2002/01/11 23:02:18 markus Exp $"); #include "xmalloc.h" #include "readpass.h" @@ -112,7 +112,7 @@ read_passphrase(const char *prompt, int flags) use_askpass = 1; } else { rppflags |= RPP_REQUIRE_TTY; - ttyfd = open("/dev/tty", O_RDWR); + ttyfd = open(_PATH_TTY, O_RDWR); if (ttyfd >= 0) close(ttyfd); else -- cgit v1.2.3