Ignore:
Timestamp:
Aug 4, 2007, 1:17:39 AM (16 years ago)
Author:
joshe
Message:

Use BEOS to test for beos instead of relying on the build to set SYS_BEOS.
Add missing headers and other miscellaneous fixes for beos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/net.c

    r2596 r2614  
    261261    unsigned long flags = 1;
    262262    if( ioctlsocket( s, FIONBIO, &flags) == SOCKET_ERROR )
    263 #elif defined(SYS_BEOS)
     263#elif defined(__BEOS__)
    264264    int flags = 1;
    265265    if( setsockopt( s, SOL_SOCKET, SO_NONBLOCK,
Note: See TracChangeset for help on using the changeset viewer.