patch-2.4.17 linux/net/sched/sch_gred.c
Next file: linux/net/sched/sch_ingress.c
Previous file: linux/net/sched/sch_fifo.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Fri Dec 21 16:40:33 2001
- Orig file:
linux-2.4.16/net/sched/sch_gred.c
- Orig date:
Sun Sep 30 19:26:09 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/net/sched/sch_gred.c linux/net/sched/sch_gred.c
@@ -494,7 +494,6 @@
return -EINVAL;
}
-#ifdef CONFIG_RTNETLINK
static int gred_dump(struct Qdisc *sch, struct sk_buff *skb)
{
unsigned long qave;
@@ -587,7 +586,6 @@
skb_trim(skb, b - skb->data);
return -1;
}
-#endif
static void gred_destroy(struct Qdisc *sch)
{
@@ -615,9 +613,7 @@
gred_reset,
gred_destroy,
gred_change, /* change */
-#ifdef CONFIG_RTNETLINK
gred_dump,
-#endif
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)