Index: hfsc.c =================================================================== RCS file: /cvs/src/sys/net/hfsc.c,v retrieving revision 1.19 diff -u -p -r1.19 hfsc.c --- hfsc.c 12 Apr 2015 12:22:26 -0000 1.19 +++ hfsc.c 12 Apr 2015 12:23:55 -0000 @@ -109,7 +109,6 @@ struct hfsc_classq { struct mbuf *tail; /* Tail of packet queue */ int qlen; /* Queue length (in number of packets) */ int qlimit; /* Queue limit (in number of packets*) */ - int qtype; /* Queue type */ }; /* for TAILQ based ellist and actlist implementation */ @@ -1606,7 +1605,7 @@ hfsc_getclstats(struct hfsc_class_stats sp->drop_cnt = cl->cl_stats.drop_cnt; sp->period = cl->cl_stats.period; - sp->qtype = cl->cl_q.qtype; + sp->qtype = 0; } /* convert a class handle to the corresponding class pointer */