Revision: 7251
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7251&view=rev
Author:   thjc
Date:     2009-01-07 18:31:15 +0000 (Wed, 07 Jan 2009)

Log Message:
-----------
Applied patch 2164569:
p2os driver - OSX serial flags

Modified Paths:
--------------
    code/player/branches/release-2-1-patches/server/drivers/mixed/p2os/p2os.cc

Modified: 
code/player/branches/release-2-1-patches/server/drivers/mixed/p2os/p2os.cc
===================================================================
--- code/player/branches/release-2-1-patches/server/drivers/mixed/p2os/p2os.cc  
2009-01-07 18:25:15 UTC (rev 7250)
+++ code/player/branches/release-2-1-patches/server/drivers/mixed/p2os/p2os.cc  
2009-01-07 18:31:15 UTC (rev 7251)
@@ -831,7 +831,7 @@
       this->psos_fd = -1;
       return(1);
     }
-
+#endif
     if((flags = fcntl(this->psos_fd, F_GETFL)) < 0)
     {
       perror("P2OS::Setup():fcntl()");
@@ -839,7 +839,6 @@
       this->psos_fd = -1;
       return(1);
     }
-#endif
 
     // radio modem initialization code, courtesy of Kim Jinsuck
     //   <jinsu...@cs.tamu.edu>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to