Skip to content

Commit

Permalink
fixed: linux compile problem
Browse files Browse the repository at this point in the history
git-svn-id: https://opensg.vrsource.org/svn/trunk@2267 4683daeb-ad0f-0410-a623-93161e962ae5
  • Loading branch information
vossg committed Jan 15, 2010
1 parent cdb44b7 commit 2a248bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/Base/Network/Socket/OSGSocketSelection.cpp
Expand Up @@ -153,6 +153,10 @@ SocketSelection::~SocketSelection()
#undef __FDMASK
#define __FDMASK(d) (__fd_mask(1) << ((d) % __NFDBITS))
#endif
#ifdef __NFDBITS
#undef __NFDBITS
#define __NFDBITS (8 * int(sizeof (__fd_mask)))
#endif
#endif

void SocketSelection::clear()
Expand Down

0 comments on commit 2a248bf

Please sign in to comment.