echo "WARNING: Version detection did not succeed. Continue at own luck.";
else
echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
- if test "$kmajor" -gt 3 -o "$kmajor" -eq 3 -a "$kminor" -gt 8; then
- echo "WARNING: That kernel version is not officially supported.";
+ if test "$kmajor" -gt 3 -o "$kmajor" -eq 3 -a "$kminor" -gt 9; then
+ echo "WARNING: That kernel version is not officially supported yet. Continue at own luck.";
elif test "$kmajor" -eq 3 -a "$kminor" -ge 7; then
:;
else
static void __net_exit dnetmap_proc_net_exit(struct net *net)
{
- proc_net_remove(net, "xt_DNETMAP");
+ remove_proc_entry("xt_DNETMAP", net->proc_net);
}
#else