2008-06-30 17:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* source/rtl/hbinet.c
     ! Fixed non-ANSI comment.
This commit is contained in:
Viktor Szakats
2008-06-30 15:16:45 +00:00
parent 2bb2bc5437
commit 412624db19
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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 <miguelangel@marchuet.net>
* source/rtl/hbinet.c
+ Added define SOCKET_ERROR, that is missing in some compilers.

View File

@@ -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