Elizabeth Figura (@zfigura) commented about dlls/ntdll/unix/socket.c:
+ FILE *f; +#endif + + /* + * On a Win2000 system with one network card there are usually + * three ipx devices one with a speed of 28.8kbps, 10Mbps and 100Mbps. + * Using this call you can then retrieve info about this all. + * In case of Linux it is a bit different. Usually you have + * only "one" device active and further it is not possible to + * query things like the linkspeed. + */ + in_data = in_buffer; + out_data = out_buffer; + + TRACE("IOCTL_AFD_WINE_GET_IPX_ADDRESS: adapternum = %d\n", in_data->adapternum); + if(in_data->adapternum < 0) Missing space here. There's another instance below.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6191#note_77816