diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-17 14:59:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-17 14:59:00 +0000 |
commit | 1cefc35122bcf1e78162ba0a2d78357ceabf97b0 (patch) | |
tree | a6978b57768e45ecbbd689911f3e4b47ee507531 /tc/m_gact.c | |
parent | Adding debian version 6.8.0-1. (diff) | |
download | iproute2-1cefc35122bcf1e78162ba0a2d78357ceabf97b0.tar.xz iproute2-1cefc35122bcf1e78162ba0a2d78357ceabf97b0.zip |
Merging upstream version 6.9.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tc/m_gact.c')
-rw-r--r-- | tc/m_gact.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tc/m_gact.c b/tc/m_gact.c index 225ffce..670d59f 100644 --- a/tc/m_gact.c +++ b/tc/m_gact.c @@ -66,7 +66,7 @@ usage(void) } static int -parse_gact(struct action_util *a, int *argc_p, char ***argv_p, +parse_gact(const struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) { int argc = *argc_p; @@ -157,7 +157,7 @@ skip_args: } static int -print_gact(struct action_util *au, FILE *f, struct rtattr *arg) +print_gact(const struct action_util *au, FILE *f, struct rtattr *arg) { #ifdef CONFIG_GACT_PROB struct tc_gact_p *pp = NULL; |