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.
This commit is contained in:
Jan Engelhardt
2009-03-02 21:25:32 +01:00
parent 8c322a0119
commit 4a25321191

View File

@@ -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