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