* include/cygwin/in6.h: Guard in_port_t typedef more restrictive to
avoid compiler warning.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user