* include/cygwin/in6.h: Guard in_port_t typedef more restrictive to

avoid compiler warning.
This commit is contained in:
Corinna Vinschen
2006-07-25 20:01:38 +00:00
parent 724c4ed146
commit 020a7b4711
2 changed files with 6 additions and 1 deletions

View File

@ -97,7 +97,7 @@ struct in6_pktinfo
unsigned int ipi6_ifindex;
};
#ifdef __INSIDE_CYGWIN__
#if defined (__INSIDE_CYGWIN__) && !defined (_CYGWIN_IN_H)
typedef uint16_t in_port_t;
#endif