2009-03-31 13:41 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* source/rtl/hbinet.c
    ! Reverted. Damn.
This commit is contained in:
Viktor Szakats
2009-03-31 11:34:07 +00:00
parent e9c7227949
commit 6d55d8f65f
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-03-31 13:41 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* source/rtl/hbinet.c
! Reverted. Damn.
2009-03-31 13:39 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbfbird/Makefile
! Excluded for pocc64 due to compile errors.

View File

@@ -260,7 +260,7 @@
link at all. Some hbinet.c features (or the whole module)
won't properly work though. [vszakats] */
#undef FD_ISSET
#define FD_ISSET( s, f ) do { HB_SYMBOL_UNUSED( s ); HB_SYMBOL_UNUSED( f ) } while( 0 )
#define FD_ISSET( s, f ) ( 0 )
#endif
#if defined( HB_OS_LINUX )