From 412624db19f503b02a27e25c4f687783e2d56314 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 30 Jun 2008 15:16:45 +0000 Subject: [PATCH] 2008-06-30 17:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/hbinet.c ! Fixed non-ANSI comment. --- 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 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