Quoting Solal (2014-04-24 09:53:45) > ../device/net_io.c:1184:5: error: function definition is not allowed here > { > ^ > 4 warnings and 1 error generated.
You stumbled across the only file in gnumach containing nested functions. Maybe your compiler just does not support them? Justus