[PATCH 1/2] ws2_32: Separate out hostent creation from duplication.

Erich Hoover ehoover at mines.edu
Mon Oct 12 22:08:02 CDT 2009


Real Name:
    Erich Hoover
Description:
    Currently the memory used by a hostent is just static host OS data
and the structure itself (which is freed when the calling thread
closes).  This patch adds the ability to request a hostent that has no
static host OS data (all of the address data is contained within the
structure allocation).  Part 2 depends on this patch since it builds a
"custom" hostent structure from the routing list.
Changelog:
    ws2_32: Separate out hostent creation from duplication.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ws2_32-Separate-out-hostent-creation-from-duplicati.patch
Type: text/x-patch
Size: 4236 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20091012/8f1071bf/attachment-0001.bin>


More information about the wine-patches mailing list