Index: igstk-4.4.0/Source/igstkSerialCommunicationForPosix.cxx
===================================================================
--- igstk-4.4.0.orig/Source/igstkSerialCommunicationForPosix.cxx	2011-03-21 23:17:50.000000000 -0400
+++ igstk-4.4.0/Source/igstkSerialCommunicationForPosix.cxx	2011-03-21 23:18:15.000000000 -0400
@@ -171,12 +171,9 @@
   // set baud rate
 #if defined(sgi) && defined(__NEW_MAX_BAUD)
   t.c_ospeed = newbaud;
-#elif defined(__APPLE__)
+#else
   cfsetispeed(&t, newbaud);
   cfsetospeed(&t, newbaud);
-#else
-  t.c_cflag &= ~CBAUD;
-  t.c_cflag |= newbaud;                // set baud rate
 #endif
 
   // set data bits
