patch-2.4.17 linux/net/sched/police.c
Next file: linux/net/sched/sch_api.c
Previous file: linux/net/sched/cls_u32.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Fri Dec 21 16:40:33 2001
- Orig file:
linux-2.4.16/net/sched/police.c
- Orig date:
Mon Aug 23 17:01:02 1999
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/net/sched/police.c linux/net/sched/police.c
@@ -219,7 +219,6 @@
return p->action;
}
-#ifdef CONFIG_RTNETLINK
int tcf_police_dump(struct sk_buff *skb, struct tcf_police *p)
{
unsigned char *b = skb->tail;
@@ -250,5 +249,3 @@
skb_trim(skb, b - skb->data);
return -1;
}
-#endif
-
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)