Changeset 170 in openpam
- Timestamp:
- Oct 22, 2002, 7:00:14 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/openpam_ttyconv.c
r157 r170 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_ttyconv.c#1 2$34 * $P4: //depot/projects/openpam/lib/openpam_ttyconv.c#13 $ 35 35 */ 36 36 … … 77 77 sigemptyset(&action.sa_mask); 78 78 sigaction(SIGALRM, &action, &saved_action); 79 fputs(msg, std err);79 fputs(msg, stdout); 80 80 buf[0] = '\0'; 81 81 timed_out = 0;
Note: See TracChangeset
for help on using the changeset viewer.