summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 6698f1ccc..51ea7154b 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,15 @@
2009-03-03 Corinna Vinschen <corinna@vinschen.de>
+ * net.cc: Include asm/byteorder.h.
+ (htonl): Move to end of file. Add comment to explain why. Align
+ definition to POSIX. Use related macro from asm/byteorder.h.
+ (ntohl): Ditto.
+ (htons): Ditto.
+ (ntohs): Ditto.
+ * include/asm/byteorder.h: Revert previous patch.
+
+2009-03-03 Corinna Vinschen <corinna@vinschen.de>
+
* include/asm/byteorder.h: Disable optimization when building
Cygwin network code.