From 4902415c1e95003068343d69206887be0e202615 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 7 Dec 2010 17:46:40 +0100 Subject: Create include/linux/netfilter/ipset/ directory Separate the ipset header files from netfilter header files. --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update') diff --git a/update b/update index 494485c..5804554 100755 --- a/update +++ b/update @@ -6,4 +6,4 @@ awk "BEGIN { userspace=1 } /ifdef __KERNEL__/ { userspace = !userspace } { if (userspace == 1) print } END { print \"#endif /* __${NAME}_H */\" }" \ - < kernel/include/linux/netfilter/$1 > include/libipset/linux_$1 + < kernel/include/linux/netfilter/ipset/$1 > include/libipset/linux_$1 -- cgit v1.2.3