patch-2.4.17 linux/net/sched/sch_atm.c
Next file: linux/net/sched/sch_cbq.c
Previous file: linux/net/sched/sch_api.c
Back to the patch index
Back to the overall index
- Lines: 39
- Date:
Fri Dec 21 16:40:33 2001
- Orig file:
linux-2.4.16/net/sched/sch_atm.c
- Orig date:
Fri Feb 9 19:34:13 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/net/sched/sch_atm.c linux/net/sched/sch_atm.c
@@ -619,8 +619,6 @@
}
-#ifdef CONFIG_RTNETLINK
-
static int atm_tc_dump_class(struct Qdisc *sch, unsigned long cl,
struct sk_buff *skb, struct tcmsg *tcm)
{
@@ -668,9 +666,6 @@
return 0;
}
-#endif
-
-
static struct Qdisc_class_ops atm_class_ops =
{
atm_tc_graft, /* graft */
@@ -685,9 +680,7 @@
atm_tc_bind_filter, /* bind_tcf */
atm_tc_put, /* unbind_tcf */
-#ifdef CONFIG_RTNETLINK
atm_tc_dump_class, /* dump */
-#endif
};
struct Qdisc_ops atm_qdisc_ops =
@@ -707,9 +700,7 @@
atm_tc_destroy, /* destroy */
NULL, /* change */
-#ifdef CONFIG_RTNETLINK
atm_tc_dump /* dump */
-#endif
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)