diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-10-23 08:21:00 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-10-23 08:21:00 +0000 |
| commit | 72c2159a5a2eb4e83502f1c6aa3aa6e671089f38 (patch) | |
| tree | d033a7a38b4328814d493c418ea329eb2ea1491e /contrib | |
| parent | 43106c5234152f54769df534599bff4b1f2e7fa2 (diff) | |
| parent | 9f4bac9d42bbfb7b7f072f7201030e0f6c487e6a (diff) | |
Notes
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/openpam/lib/openpam_ttyconv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/openpam/lib/openpam_ttyconv.c b/contrib/openpam/lib/openpam_ttyconv.c index 241420fb620c..fc40618a0c87 100644 --- a/contrib/openpam/lib/openpam_ttyconv.c +++ b/contrib/openpam/lib/openpam_ttyconv.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/lib/openpam_ttyconv.c#12 $ + * $P4: //depot/projects/openpam/lib/openpam_ttyconv.c#13 $ */ #include <sys/types.h> @@ -76,7 +76,7 @@ prompt(const char *msg) action.sa_flags = 0; sigemptyset(&action.sa_mask); sigaction(SIGALRM, &action, &saved_action); - fputs(msg, stderr); + fputs(msg, stdout); buf[0] = '\0'; timed_out = 0; saved_alarm = alarm(openpam_ttyconv_timeout); |
