head 1.2; access; symbols OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_HEAD:1.1; locks; strict; comment @# @; 1.2 date 2009.07.01.17.57.18; author rse; state dead; branches; next 1.1; commitid raSgHBoKY8N0g2Ut; 1.1 date 2007.01.04.17.18.30; author rse; state Exp; branches; next ; commitid GllPYmOx1MMegd1s; desc @@ 1.2 log @upgrading package: gnet 2.0.7 -> 2.0.8 @ text @Index: src/inetaddr.c --- src/inetaddr.c.orig 2005-02-19 18:15:51 +0100 +++ src/inetaddr.c 2007-01-04 18:14:23 +0100 @@@@ -1330,7 +1330,7 @@@@ ia->sa.ss_family = (size == 4)? AF_INET : AF_INET6; GNET_INETADDR_SET_SS_LEN(ia); memcpy(GNET_INETADDR_ADDRP(ia), buf, size); - GNET_INETADDR_PORT(ia) = g_htons(state->port); + GNET_INETADDR_PORT_SET(ia, g_htons(state->port)); state->ias = g_list_prepend (state->ias, ia); @ 1.1 log @finally fix building under GCC 4 world order @ text @@