include/cygwin/if.h: Fix a comment

This commit is contained in:
Corinna Vinschen 2015-12-15 17:04:25 +01:00
parent 8b7c4f67c6
commit bfb5d3ffbb
1 changed files with 2 additions and 2 deletions

View File

@ -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 {