From a71ecb55de2f98588febdef5b69d606abe2a775f Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 21 Jun 2007 15:57:54 +0000 Subject: * autoload.cc (WSAIoctl): Remove. * cygwin.din: Export freeifaddrs, getifaddrs. * fhandler_socket.cc (fhandler_socket::ioctl): Drop SOCKET parameter from get_ifconf. * net.cc: Include ifaddrs.h. (in_are_prefix_equal): Match addresses in network byte order. (ip_addr_prefix): Convert address into host byte order before testing with IN_LOOPBACK. (struct ifall): Define. (get_xp_ifs): Replace get_xp_ifconf. Return struct ifall array. (get_2k_ifs): Ditto, replace get_2k_ifconf. (get_nt_ifs): Ditto, replace get_nt_ifconf. (getifaddrs): New function. (freeifaddrs): New function. (get_ifconf): Call matching get_XX_ifs function and create ifc content from here. Drop lo fake since it's now in get_nt_ifs. * posix.sgml: Add freeifaddrs and getifaddrs to list of implemented BSD functions. * wincap.h (wincapc::has_broken_if_oper_status): New element. * wincap.cc: Implement above element throughout. * include/ifaddrs.h: New file. * include/cygwin/version.h: Bump API minor number. --- winsup/cygwin/cygwin.din | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winsup/cygwin/cygwin.din') diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index 9828b2e70..746053214 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -489,6 +489,7 @@ _fread = fread SIGFE free SIGFE _free = free SIGFE freeaddrinfo = cygwin_freeaddrinfo SIGFE +freeifaddrs SIGFE freopen SIGFE _freopen = freopen SIGFE _freopen64 = freopen64 SIGFE @@ -605,6 +606,7 @@ gethostbyname = cygwin_gethostbyname SIGFE gethostid SIGFE gethostname = cygwin_gethostname SIGFE _gethostname = cygwin_gethostname SIGFE +getifaddrs SIGFE getitimer SIGFE getline = __getline SIGFE __getline SIGFE -- cgit v1.2.3