compat_xtables: remove unused list member from xtnu_{match,target}

This commit is contained in:
Jan Engelhardt
2010-05-13 16:03:05 +02:00
parent 5b2cb97c06
commit b32d6dad90

View File

@@ -82,7 +82,6 @@ struct xt_tgdtor_param {
#endif #endif
struct xtnu_match { struct xtnu_match {
struct list_head list;
/* /*
* Making it smaller by sizeof(void *) on purpose to catch * Making it smaller by sizeof(void *) on purpose to catch
* lossy translation, if any. * lossy translation, if any.
@@ -101,7 +100,6 @@ struct xtnu_match {
}; };
struct xtnu_target { struct xtnu_target {
struct list_head list;
char name[sizeof(((struct xt_target *)NULL)->name) - 1 - sizeof(void *)]; char name[sizeof(((struct xt_target *)NULL)->name) - 1 - sizeof(void *)];
uint8_t revision; uint8_t revision;
unsigned int (*target)(struct sk_buff **, unsigned int (*target)(struct sk_buff **,