From 6d55d8f65f03d2f32645b126f0dbbd8272e113ff Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 31 Mar 2009 11:34:07 +0000 Subject: [PATCH] 2009-03-31 13:41 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/hbinet.c ! Reverted. Damn. --- harbour/ChangeLog | 4 ++++ harbour/source/rtl/hbinet.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 91a6ac2ae1..da42767b7b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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. diff --git a/harbour/source/rtl/hbinet.c b/harbour/source/rtl/hbinet.c index 668918a288..3371b382ec 100644 --- a/harbour/source/rtl/hbinet.c +++ b/harbour/source/rtl/hbinet.c @@ -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 )