Package: libepc
Version: 0.3.10-1
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs a small tweak, see bellow.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
--- tests/framework.c
+++ tests/framework.c
@@ -195,6 +195,10 @@
goto out;
}
+#if !defined(ifr_ifindex) && defined(ifr_index)
+#define ifr_ifindex ifr_index
+#endif
+
ifaces[j].ifidx = req->ifr_ifindex;
ifaces[j].mask = epc_test_result;
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]