2015-10-20 15:55 UTC+0200 Aleksander Czajczynski (hb fki.pl)

* src/rtl/hbsocket.c
    ! enable socket type translation for Linux/MIPS, enum order is different
      there - fixes TCP/IP socket binding on such platform
This commit is contained in:
Aleksander Czajczynski
2015-10-20 15:54:12 +02:00
parent 530838fcab
commit 1eeec758f6
2 changed files with 8 additions and 0 deletions

View File

@@ -10,6 +10,11 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2015-10-20 15:55 UTC+0200 Aleksander Czajczynski (hb fki.pl)
* src/rtl/hbsocket.c
! enable socket type translation for Linux/MIPS, enum order is different
there - fixes TCP/IP socket binding on such platform
2015-10-13 23:05 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* include/hbwince.h
* src/common/hbwince.c

View File

@@ -141,6 +141,9 @@
# endif
# if defined( HB_OS_LINUX )
# define HB_HAS_SELECT_TIMER
# if defined( HB_CPU_MIPS )
# define HB_SOCKET_TRANSLATE_TYPE
# endif
# endif
# if defined( HB_OS_SUNOS )
# if ! defined( BSD_COMP )