OSDN Git Service

* net.cc (free_char_list): New static function.
authorcorinna <corinna>
Wed, 22 Aug 2001 15:31:59 +0000 (15:31 +0000)
committercorinna <corinna>
Wed, 22 Aug 2001 15:31:59 +0000 (15:31 +0000)
commite839264f8bf1d35428df17caccbdb6df53e40356
tree695d14271960ea4cfaf01dd189e56d5966da5dbf
parent598e36988c5695ff73ad5dd5c572e5e0a772fbec
    * net.cc (free_char_list): New static function.
        (dup_char_list): Ditto.
        (free_protoent_ptr): Ditto.
        (dup_protoent_ptr): Ditto.
        (free_servent_ptr): Ditto.
        (dup_servent_ptr): Ditto.
        (free_hostent_ptr): Ditto.
        (dup_hostent_ptr): Ditto.
        (cygwin_inet_ntoa): Use local static buffer to allow propagating of
        the result to child processes.
        (cygwin_getprotobyname): Ditto.
        (cygwin_getprotobynumber): Ditto.
        (cygwin_getservbyname): Ditto.
        (cygwin_getservbyport): Ditto.
        (cygwin_gethostbyname): Ditto.
        (cygwin_gethostbyaddr): Ditto.
winsup/cygwin/ChangeLog
winsup/cygwin/net.cc