CC net/proto-ipv4.o net/proto-ipv4.c:223:12: error: ‘SO_IP_SET’ undeclared here (not in a function) Signed-off-by: Vinson Lee <vlee@xxxxxxxxxxxxxxx> --- include/compat.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/compat.h b/include/compat.h index 367fed6..559d90e 100644 --- a/include/compat.h +++ b/include/compat.h @@ -1102,3 +1102,8 @@ struct kvm_get_htab_fd { #ifndef SHM_NORESERVE # define SHM_NORESERVE 010000 #endif + +/* netfilter/ipset/ipset.h */ +#ifndef SO_IP_SET +#define SO_IP_SET 83 +#endif -- 1.7.9.5 -- 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