]> git.mxchange.org Git - flightgear.git/commitdiff
Remove call to cfmakeraw()
authorcurt <curt>
Wed, 25 Nov 1998 01:33:23 +0000 (01:33 +0000)
committercurt <curt>
Wed, 25 Nov 1998 01:33:23 +0000 (01:33 +0000)
Serial/serial.cxx

index e866f8f9d91375fe1a2e2b1414a147be767061b3..175c3b2414a41cce000f44459e6334238005125a 100644 (file)
@@ -67,7 +67,7 @@ bool fgSERIAL::open_port(const string& device) {
        return false;
     }
 
-    cfmakeraw( &config );
+    // cfmakeraw( &config );
 
     // cout << "config.c_iflag = " << config.c_iflag << endl;
 
@@ -183,6 +183,9 @@ int fgSERIAL::write_port(const string& value) {
 
 
 // $Log$
+// Revision 1.5  1998/11/25 01:33:23  curt
+// Remove call to cfmakeraw()
+//
 // Revision 1.4  1998/11/23 21:47:00  curt
 // Cygnus tools compatibility tweaks.
 //