diff options
Diffstat (limited to 'networking/libiproute/iptunnel.c')
-rw-r--r-- | networking/libiproute/iptunnel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/iptunnel.c b/networking/libiproute/iptunnel.c index 257343826..8389ef348 100644 --- a/networking/libiproute/iptunnel.c +++ b/networking/libiproute/iptunnel.c | |||
@@ -556,7 +556,7 @@ static int do_show(char **argv) | |||
556 | } | 556 | } |
557 | 557 | ||
558 | /* Return value becomes exitcode. It's okay to not return at all */ | 558 | /* Return value becomes exitcode. It's okay to not return at all */ |
559 | int do_iptunnel(char **argv) | 559 | int FAST_FUNC do_iptunnel(char **argv) |
560 | { | 560 | { |
561 | static const char keywords[] ALIGN1 = | 561 | static const char keywords[] ALIGN1 = |
562 | "add\0""change\0""delete\0""show\0""list\0""lst\0"; | 562 | "add\0""change\0""delete\0""show\0""list\0""lst\0"; |