12 lines
413 B
Plaintext
12 lines
413 B
Plaintext
--- faxd/ModemServer.c++.orig Wed Nov 27 00:21:36 1996
|
|
+++ faxd/ModemServer.c++ Sun Feb 8 03:37:57 1998
|
|
@@ -876,7 +876,7 @@
|
|
"7 bits, odd parity", // ODD
|
|
};
|
|
|
|
-#if defined(CCTS_OFLOW) && defined(CRTS_IFLOW) && !defined(__NetBSD__)
|
|
+#if defined(CCTS_OFLOW) && defined(CRTS_IFLOW) && !defined(__NetBSD__) && !defined(__OpenBSD__)
|
|
#undef CRTSCTS /* BSDi */
|
|
#define CRTSCTS (CCTS_OFLOW|CRTS_IFLOW)
|
|
#endif
|