From 4a25321191e8cfb58210c9a4d7acad8992bab60e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 2 Mar 2009 21:25:32 +0100 Subject: [PATCH] doc: ipset: replace RW_LOCK_UNLOCKED ipset uses RW_LOCK_UNLOCKED directly, but this is not quite right, and causes compilation errors with 2.6.29-rt. --- doc/changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/changelog.txt b/doc/changelog.txt index 428ea40..9c7e668 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,4 +1,8 @@ + +- ipset: fix for compilation with 2.6.29-rt + + Xtables-addons 1.10 (February 18 2009) ====================================== - compat: compile fixes for 2.6.29