diff options
Diffstat (limited to 'networking/libiproute/iproute.c')
-rw-r--r-- | networking/libiproute/iproute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/iproute.c b/networking/libiproute/iproute.c index d771a609b..8dba2bf3d 100644 --- a/networking/libiproute/iproute.c +++ b/networking/libiproute/iproute.c | |||
@@ -869,7 +869,7 @@ static int iproute_get(char **argv) | |||
869 | } | 869 | } |
870 | 870 | ||
871 | /* Return value becomes exitcode. It's okay to not return at all */ | 871 | /* Return value becomes exitcode. It's okay to not return at all */ |
872 | int do_iproute(char **argv) | 872 | int FAST_FUNC do_iproute(char **argv) |
873 | { | 873 | { |
874 | static const char ip_route_commands[] ALIGN1 = | 874 | static const char ip_route_commands[] ALIGN1 = |
875 | /*0-3*/ "add\0""append\0""change\0""chg\0" | 875 | /*0-3*/ "add\0""append\0""change\0""chg\0" |