Mats Erik Andersson <mats.anders...@gisladisker.se> writes: > My protocol "report_for_test_net_if.txt" is attached. I am not able > to compile the test into any working executable for OpenBSD 4.6. > The mishaps are due to "if_freenameindex".
Thanks, this is very useful. Is there a if_freenameindex symbol in the OpenBSD libc? Use 'nm' on /lib/libc.so to test. If there is, it might be an InetUtils bug after all, since POSIX allows if_freenameindex to ALSO be defined as a CPP macro. /Simon