diff options
Diffstat (limited to 'tc/tc_qdisc.c')
-rw-r--r-- | tc/tc_qdisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/tc_qdisc.c b/tc/tc_qdisc.c index 6cf08d87..fe7e354c 100644 --- a/tc/tc_qdisc.c +++ b/tc/tc_qdisc.c @@ -203,7 +203,7 @@ void print_tcstats_attr(FILE *fp, const struct rtattr *rta) static int filter_ifindex; static int print_qdisc(const struct sockaddr_nl *who, - const struct nlmsghdr *n, + struct nlmsghdr *n, void *arg) { FILE *fp = (FILE*)arg; |