summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/modem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/modem.c b/usr.sbin/ppp/modem.c
index 49bfc4e..ac276f7 100644
--- a/usr.sbin/ppp/modem.c
+++ b/usr.sbin/ppp/modem.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: modem.c,v 1.18 1996/03/27 21:16:32 ache Exp $
+ * $Id: modem.c,v 1.19 1996/03/27 21:40:55 ache Exp $
*
* TODO:
*/
@@ -585,7 +585,7 @@ int flag;
*/
if (modem)
{
- tcflush(modem, TIOCFLUSH);
+ tcflush(modem, TCIOFLUSH);
UnrawModem(modem);
close(modem);
}
OpenPOWER on IntegriCloud