From 13666592edd8e46adafccd1e5f88d545110619eb Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 28 Jun 1998 14:36:43 +0000 Subject: Preserve CLOCAL and CRTSCTS rather than just attempting to clear them, based on a suggestion ages ago by: Tor Egge --- comms/conserver/files/patch-ad | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'comms/conserver') diff --git a/comms/conserver/files/patch-ad b/comms/conserver/files/patch-ad index c109b6c2b12d..248d3f978b8b 100644 --- a/comms/conserver/files/patch-ad +++ b/comms/conserver/files/patch-ad @@ -1,5 +1,14 @@ --- ./conserver/consent.c Sat Nov 22 20:21:46 1997 +++ ./conserver/consent.c Sat Aug 23 18:05:11 1997 +@@ -197,7 +197,7 @@ + */ + termp.c_iflag = IXON|IXOFF|BRKINT; + termp.c_oflag = 0; +- termp.c_cflag = CREAD; ++ termp.c_cflag = CREAD | (termp.c_cflag & (CLOCAL|CRTSCTS)); + termp.c_cflag |= pCE->pparity->iset; + termp.c_lflag = 0; + /* @@ -206,5 +206,5 @@ * Don't bother with the control characters as they are not used */ -- cgit v1.2.3