From cffe9a53f6bacb0c72d83efa19b1a9764d44dc72 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 21 Dec 2010 20:47:08 +0100 Subject: Kernel version compatibility: support from 2.6.34 The basic kernel compatibility issues are verified back to 2.6.24. The minimal supported kernel version had to be bumped from 2.6.31 to 2.6.34. --- check_const | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'check_const') diff --git a/check_const b/check_const index c26b566..61b9f31 100755 --- a/check_const +++ b/check_const @@ -1,7 +1,7 @@ #! /usr/bin/awk -f -# nfnetlink.h && netlink.h - +# include/linux/nfnetlink.h: nfnl_callback +# include/linux/netlink.h: netlink_dump_start { if (/^(struct nfnl_callback|extern int netlink_dump)/) { check=1 } } { if (check == 1 && /(^};|...\);)/) { check=0 } } -- cgit v1.2.3