Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2007-01-18 13:25:40 +0300
committerCorinna Vinschen <corinna@vinschen.de>2007-01-18 13:25:40 +0300
commit4eeaecbc186bd6684b1a2ea914240ff522d8d69f (patch)
tree11463ff0612cb4fa1b330e892fa9c9e7cba0e563 /winsup/cygwin/fhandler_procnet.cc
parent96d7dee2f0ae6f69124d2cd2f495e93135dbb741 (diff)
* include/cygwin/in6.h: Drop inclusion of asm/byteorder.h.
* fhandler_procnet.cc: Declare htonl and ntohs here.
Diffstat (limited to 'winsup/cygwin/fhandler_procnet.cc')
-rw-r--r--winsup/cygwin/fhandler_procnet.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/fhandler_procnet.cc b/winsup/cygwin/fhandler_procnet.cc
index e5026ef88..d5cdde881 100644
--- a/winsup/cygwin/fhandler_procnet.cc
+++ b/winsup/cygwin/fhandler_procnet.cc
@@ -34,6 +34,9 @@ details. */
#define GAA_FLAG_INCLUDE_ALL_INTERFACES 0x0100
#endif
+extern "C" unsigned long int htonl (unsigned long int);
+extern "C" unsigned short ntohs (unsigned short);
+
static const int PROCNET_IFINET6 = 2;
static const char * const process_listing[] =