12 lines
413 B
Plaintext
12 lines
413 B
Plaintext
--- faxd/ModemServer.c++.orig Wed Sep 2 13:06:37 1998
|
|
+++ faxd/ModemServer.c++ Wed Sep 2 13:07:08 1998
|
|
@@ -895,7 +895,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
|