2 Jul
2003
2 Jul
'03
3:04 a.m.
Robert Lunnon <bob(a)yarrabee.net.au> writes:
@@ -787,7 +789,11 @@ DWORD getInterfaceMtuByName(const char * if ((ioctl(fd, SIOCGIFMTU, &ifr))) ret = ERROR_INVALID_DATA; else { +#if !defined sun *mtu = ifr.ifr_mtu; +#else + *mtu=ifr.ifr_metric; + #endif
You should add a configure check for the structure field. -- Alexandre Julliard julliard(a)winehq.com