diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 07bde3bd7..eaf3135e5 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,11 @@ 2006-04-05 Christopher Faylor <cgf@timesys.com> + * fhandler_socket.cc: Move iptypes.h include after winsock2 since it + now relies on it. + * net.cc: Ditto. + +2006-04-05 Christopher Faylor <cgf@timesys.com> + * dcrt0.cc (dll_crt0_0): Move user_data->{resourcelocks,threadinterface} initialization here from dll_crt0_1. (dll_crt0_1): See above. |