NevemTeve Creative Commons License 2005.12.15 0 0 6
../emutli1.c:343: error: `ipx_config_data' undeclared (first use in this function)
Pedig ottan van a /usr/include/linux/ipx.h -ban is, meg a /usr/include/netipx/ipx.h-ban is... ja, csak az egyikben nem "typedef".

Tehát javítsuk az emutli1.c-t:
- ipx_config_data cfgdata;
+ struct ipx_config_data cfgdata;
Előzmény: NevemTeve (5)