* include/cygwin/in6.h: Drop inclusion of asm/byteorder.h.

* fhandler_procnet.cc: Declare htonl and ntohs here.
This commit is contained in:
Corinna Vinschen
2007-01-18 10:25:40 +00:00
parent 96d7dee2f0
commit 4eeaecbc18
3 changed files with 8 additions and 2 deletions

View File

@ -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[] =