head 1.2; access; symbols OPENPKG_E1_MP_HEAD:1.2 OPENPKG_E1_MP:1.2 OPENPKG_E1_MP_2_STABLE:1.2 OPENPKG_E1_FP:1.2 OPENPKG_2_STABLE_20061018:1.2 OPENPKG_2_STABLE:1.2.0.4 OPENPKG_2_STABLE_BP:1.2 OPENPKG_2_5_SOLID:1.2.0.2 OPENPKG_2_5_SOLID_BP:1.2 OPENPKG_2_4_RELEASE:1.1 OPENPKG_2_4_SOLID:1.1.0.2 OPENPKG_2_4_SOLID_BP:1.1 OPENPKG_CW_FP:1.1; locks; strict; comment @# @; 1.2 date 2005.10.03.08.19.01; author rse; state dead; branches; next 1.1; 1.1 date 2005.03.08.09.12.15; author rse; state Exp; branches; next ; desc @@ 1.2 log @upgrading package: sa 1.2.5 -> 1.2.6 @ text @Index: sa.c --- sa.c.orig 2005-01-29 09:14:37 +0100 +++ sa.c 2005-03-08 10:09:52 +0100 @@@@ -653,7 +653,7 @@@@ sf = AF_INET6; } #endif - else if ((he = SA_SC_CALL_1(sa, gethostbyname, cpHost)) != NULL) { + else if ((he = gethostbyname(cpHost)) != NULL) { if (he->h_addrtype == AF_INET) { sa4.sin_family = AF_INET; sa4.sin_port = htons(nPort); @ 1.1 log @fix building on non-IPv6 platforms (where getaddrinfo() does not exist and hence gethostbyname() is used) @ text @@