Andrew Gallatin abc5b96b99 Try harder to make mxge safe for all combinations of INET and INET6
- Re-fix build by restoring local removed in r247151, but protected
  by #if defined(INET) || defined(INET6) so that the compile
  succeeds in the !(INET||INET6) case.

- Protect call to in_pseudo() with an #ifdef INET, to allow
  a kernel to link with mxge when INET is not compiled in.

- Also remove an errant (improperly commented) obsolete debugging printf

Thanks to Glebius for pointing out the !(INET||INET6) build issue.

Sponsored by: Myricom

MFC After: 7 days
2013-02-22 16:46:28 +00:00
..
2013-02-11 23:14:54 +00:00
2013-02-15 20:36:28 +00:00
2012-11-01 04:07:08 +00:00
2013-02-15 07:58:51 +00:00
2013-01-17 19:03:24 +00:00
2013-02-09 04:13:45 +00:00
2013-02-21 12:52:18 +00:00
2013-02-17 11:57:47 +00:00