diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ffd874202e..4e61b312c2 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-06-30 17:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * source/rtl/hbinet.c + ! Fixed non-ANSI comment. + 2008-06-30 17:00 UTC+0100 Miguel Angel Marchuet * source/rtl/hbinet.c + Added define SOCKET_ERROR, that is missing in some compilers. diff --git a/harbour/source/rtl/hbinet.c b/harbour/source/rtl/hbinet.c index e64446ce7f..dea82a0e89 100644 --- a/harbour/source/rtl/hbinet.c +++ b/harbour/source/rtl/hbinet.c @@ -226,7 +226,7 @@ static void hb_inetLinuxSigusrHandle( int sig ) } #endif -// some compilers has missing this define +/* some compilers has missing this define */ #ifndef SOCKET_ERROR #define SOCKET_ERROR (-1) #endif