From b32d6dad90aa7c966bac1dcf33c4ce858bb9761c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 13 May 2010 16:03:05 +0200 Subject: [PATCH] compat_xtables: remove unused list member from xtnu_{match,target} --- extensions/compat_xtnu.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/extensions/compat_xtnu.h b/extensions/compat_xtnu.h index 895e3d6..bcc2ac8 100644 --- a/extensions/compat_xtnu.h +++ b/extensions/compat_xtnu.h @@ -82,7 +82,6 @@ struct xt_tgdtor_param { #endif struct xtnu_match { - struct list_head list; /* * Making it smaller by sizeof(void *) on purpose to catch * lossy translation, if any. @@ -101,7 +100,6 @@ struct xtnu_match { }; struct xtnu_target { - struct list_head list; char name[sizeof(((struct xt_target *)NULL)->name) - 1 - sizeof(void *)]; uint8_t revision; unsigned int (*target)(struct sk_buff **,