]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
A fix for Bug 94. Thanks to Lee for the use of his OpenBSD machine.
authorTim Rice <tim@multitalents.net>
Tue, 5 Jun 2001 02:13:29 +0000 (02:13 +0000)
committerTim Rice <tim@multitalents.net>
Tue, 5 Jun 2001 02:13:29 +0000 (02:13 +0000)
faxd/ModemServer.c++

index 298d7cf71ddd2563fbe1ea01468d1a39c8f3eccc..14cbbf6ac9593eb2ba36bef37c41933798013255 100644 (file)
@@ -946,7 +946,7 @@ static const char* parityNames[] = {
     "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