compat_xtables: fix 2.6.34 compile error due to a typo

This commit is contained in:
Jan Engelhardt
2010-04-30 22:39:48 +02:00
parent 03e10ff544
commit 8b2a266db0
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
HEAD HEAD
==== ====
- compat_xtables: fix 2.6.34 compile error due to a typo
Xtables-addons 1.25 (April 26 2010) Xtables-addons 1.25 (April 26 2010)

View File

@@ -270,7 +270,7 @@ static bool xtnu_target_check(const char *table, const void *entry,
#endif #endif
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 28) && \ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 28) && \
LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 34) LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 34)
static bool xtnu_target_check(const struct xt_tgchk_param *par) static bool xtnu_target_check(const struct xt_tgchk_param *par)
{ {
struct xtnu_target *nt = xtcompat_nutarget(par->target); struct xtnu_target *nt = xtcompat_nutarget(par->target);