projects
/
sudo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
470a4b5
)
Use TCSADRAIN instead of TCSAFLUSH since some OSes have issues with TCSAFLUSH.
author
Todd C. Miller
<Todd.Miller@courtesan.com>
Wed, 23 Feb 2005 03:26:50 +0000
(
03:26
+0000)
committer
Todd C. Miller
<Todd.Miller@courtesan.com>
Wed, 23 Feb 2005 03:26:50 +0000
(
03:26
+0000)
tgetpass.c
patch
|
blob
|
history
diff --git
a/tgetpass.c
b/tgetpass.c
index cdd06a98e13aaaa48354f0167943866d5d399555..41249781e938f08166444b653b98daf9cb7f0a51 100644
(file)
--- a/
tgetpass.c
+++ b/
tgetpass.c
@@
-97,7
+97,7
@@
__unused static const char rcsid[] = "$Sudo$";
# define TERM termios
# define tflags c_lflag
# define term_getattr(f, t) tcgetattr(f, t)
-# define term_setattr(f, t) tcsetattr(f, TCSA
FLUSH
|TCSASOFT, t)
+# define term_setattr(f, t) tcsetattr(f, TCSA
DRAIN
|TCSASOFT, t)
#else
# ifdef HAVE_TERMIO_H
# define TERM termio