On 3.0, we get: net/netlink.c:32: error: 'NETLINK_CRYPTO' undeclared (first use in this function) --- net/netlink.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/netlink.c b/net/netlink.c index 9ca2d07..6192184 100644 --- a/net/netlink.c +++ b/net/netlink.c @@ -4,6 +4,7 @@ #include <netinet/in.h> #include <linux/netlink.h> #include <stdlib.h> +#include "compat.h" #include "net.h" #include "random.h" -- 1.8.4 -- To unsubscribe from this list: send the line "unsubscribe trinity" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html