24 May
2023
24 May
'23
9:07 a.m.
Huw Davies (@huw) commented about dlls/nsiproxy.sys/ndis.c:
}
+ TRACE( "iface %s, sa_family %u.\n", ifr.ifr_name, ifr.ifr_hwaddr.sa_family ); + if (*type == MIB_IF_TYPE_OTHER && !ioctl( fd, SIOCGIFFLAGS, &ifr )) + { + TRACE( "flags %#x.\n", ifr.ifr_flags ); + if (ifr.ifr_flags & IFF_POINTOPOINT) *type = MIB_IF_TYPE_PPP; + } + err: close( fd ); return ret; }
#elif defined (HAVE_SYS_SYSCTL_H) && defined (HAVE_NET_IF_DL_H) -
This whitespace change seems gratuitous, please leave the blank line. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2890#note_33653