include/cygwin/if.h: Fix a comment
This commit is contained in:
@ -35,8 +35,8 @@ struct if_nameindex {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* This is the structure expected by ioctl when the application requests
|
/* This is the structure expected by ioctl when the application requests
|
||||||
the friendly adapter name (>= XP SP1). ifru_data should point to such
|
the friendly adapter name. ifru_data should point to such a structure
|
||||||
a structure when ioctl is called with SIOCGIFFRNDLYNAM. */
|
when ioctl is called with SIOCGIFFRNDLYNAM. */
|
||||||
#define IFRF_FRIENDLYNAMESIZ 260
|
#define IFRF_FRIENDLYNAMESIZ 260
|
||||||
|
|
||||||
struct ifreq_frndlyname {
|
struct ifreq_frndlyname {
|
||||||
|
Reference in New Issue
Block a user