IDLETIMER: New xt_target prototype
authorSamuel Ortiz <samuel.ortiz@solidboot.com>
Thu, 13 Jul 2006 10:04:06 +0000 (13:04 +0300)
committerJuha Yrjola <juha.yrjola@solidboot.com>
Fri, 14 Jul 2006 12:20:55 +0000 (15:20 +0300)
In ipt_IDLETIMER.c, we are using an old prototype for xt_target hooks. We need
to pass one additional argument, a pointer to xt_target.
We also need to specify the targetsize value, otherwise registration fails.

Signed-off-by: Samuel Ortiz <samuel.ortiz@solidboot.com>
Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
net/ipv4/netfilter/ipt_IDLETIMER.c

Simple merge