diff options
author | gallatin <gallatin@FreeBSD.org> | 2013-02-22 16:46:28 +0000 |
---|---|---|
committer | gallatin <gallatin@FreeBSD.org> | 2013-02-22 16:46:28 +0000 |
commit | 7ccd047ba12a0777f6d1b0eb4a0eed1c756faf7f (patch) | |
tree | 2771b765dbedff76216b71e9d88524434b4d8363 /contrib/llvm/tools/clang/lib/Driver/Tools.h | |
parent | 0824737338d14dcd8942146e60f363daedad4cd2 (diff) | |
download | FreeBSD-src-7ccd047ba12a0777f6d1b0eb4a0eed1c756faf7f.zip FreeBSD-src-7ccd047ba12a0777f6d1b0eb4a0eed1c756faf7f.tar.gz |
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
Diffstat (limited to 'contrib/llvm/tools/clang/lib/Driver/Tools.h')
0 files changed, 0 insertions, 0 deletions