

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/net/sched/cls_api.c |    2 ++
 1 files changed, 2 insertions(+)

diff -puN net/sched/cls_api.c~cls_api-build-fix net/sched/cls_api.c
--- 25/net/sched/cls_api.c~cls_api-build-fix	2005-01-15 14:41:01.275103552 -0800
+++ 25-akpm/net/sched/cls_api.c	2005-01-15 14:41:24.049641296 -0800
@@ -486,6 +486,7 @@ tcf_exts_validate(struct tcf_proto *tp, 
 	memset(exts, 0, sizeof(*exts));
 	
 #ifdef CONFIG_NET_CLS_ACT
+	{
 	int err;
 	struct tc_action *act;
 
@@ -505,6 +506,7 @@ tcf_exts_validate(struct tcf_proto *tp, 
 
 		exts->action = act;
 	}
+	}
 #elif defined CONFIG_NET_CLS_POLICE
 	if (map->police && tb[map->police-1]) {
 		struct tcf_police *p;
_
