From: Daniel Stenberg Date: Fri, 8 Oct 2004 09:57:33 +0000 (+0000) Subject: Use 'struct lifreq' and SIOCGLIFADDR X-Git-Tag: curl-7_12_2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d2cdd9773aa6f0beda5cbcd43bdc21b9d0e753b;p=thirdparty%2Fcurl.git Use 'struct lifreq' and SIOCGLIFADDR --- diff --git a/docs/TODO b/docs/TODO index 84c6b6d2e4..081d23c413 100644 --- a/docs/TODO +++ b/docs/TODO @@ -33,6 +33,9 @@ TODO return informational stuff as errors, consider a new info returned by curl_easy_getinfo() #845941 + * Use 'struct lifreq' and SIOCGLIFADDR instead of 'struct ifreq' and + SIOCGIFADDR on newer Solaris versions as they claim the latter is obsolete. + LIBCURL - multi interface * Add curl_multi_timeout() to make libcurl's ares-functionality better.