Index: ./winsup/cygwin/include/asm/byteorder.h =================================================================== RCS file: /cvs/src/src/winsup/cygwin/include/asm/byteorder.h,v retrieving revision 1.3 diff -u -r1.3 byteorder.h --- ./winsup/cygwin/include/asm/byteorder.h 21 Apr 2006 09:59:07 -0000 1.3 +++ ./winsup/cygwin/include/asm/byteorder.h 21 Apr 2006 13:00:03 -0000 @@ -36,7 +36,7 @@ extern __inline__ uint16_t __constant_ntohs(uint16_t); extern __inline__ uint32_t -__ntohl(unsigned long int x) +__ntohl(uint32_t x) { __asm__("xchgb %b0,%h0\n\t" /* swap lower bytes */ "rorl $16,%0\n\t" /* swap words */