build: remove support for Linux 3.2

This commit is contained in:
Jan Engelhardt
2012-10-16 04:02:31 +02:00
parent b25e96fd49
commit a160a2aa36
6 changed files with 6 additions and 26 deletions

View File

@@ -30,11 +30,7 @@
#include <net/netfilter/nf_nat_rule.h>
#include <net/net_namespace.h>
#include <net/netns/generic.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 3, 0)
# include <net/netfilter/nf_nat.h>
#else
# include <linux/netfilter/nf_nat.h>
#endif
#include <linux/netfilter/nf_nat.h>
#include "compat_xtables.h"
#include "xt_DNETMAP.h"