summaryrefslogtreecommitdiffstats
path: root/check_const
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-21 20:47:08 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-21 20:47:08 +0100
commitcffe9a53f6bacb0c72d83efa19b1a9764d44dc72 (patch)
tree802a84802d43556554b826af9d1c13f77f0eb34d /check_const
parent57d871ad46bfaed44e556cb872f4bfab1004d9e1 (diff)
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.
Diffstat (limited to 'check_const')
-rwxr-xr-xcheck_const4
1 files changed, 2 insertions, 2 deletions
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 } }