diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2007-01-18 10:30:43 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2007-01-18 10:30:43 +0000 |
commit | 5ea0aee2ce9c0a988892d19358565064ea1026f1 (patch) | |
tree | 01f999e6a379cf31fc53d24a8f22ffe894af0513 /winsup/cygwin/ChangeLog | |
parent | 4eeaecbc186bd6684b1a2ea914240ff522d8d69f (diff) | |
download | cygnal-5ea0aee2ce9c0a988892d19358565064ea1026f1.tar.gz cygnal-5ea0aee2ce9c0a988892d19358565064ea1026f1.tar.bz2 cygnal-5ea0aee2ce9c0a988892d19358565064ea1026f1.zip |
* fhandler_procnet.cc: Drop declaration of htonl and ntohs. Include
asm/byteorder.h instead.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 915f7cb87..44aa39d2b 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,10 @@ 2007-01-17 Corinna Vinschen <corinna@vinschen.de> + * fhandler_procnet.cc: Drop declaration of htonl and ntohs. Include + asm/byteorder.h instead. + +2007-01-17 Corinna Vinschen <corinna@vinschen.de> + * include/cygwin/in6.h: Drop inclusion of asm/byteorder.h. * fhandler_procnet.cc: Declare htonl and ntohs here. |