diff options
Diffstat (limited to 'networking/libiproute/ipaddress.c')
-rw-r--r-- | networking/libiproute/ipaddress.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index 381293412..b6f469d0f 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c | |||
@@ -415,7 +415,7 @@ static void ipaddr_reset_filter(int _oneline) | |||
415 | } | 415 | } |
416 | 416 | ||
417 | /* Return value becomes exitcode. It's okay to not return at all */ | 417 | /* Return value becomes exitcode. It's okay to not return at all */ |
418 | int ipaddr_list_or_flush(char **argv, int flush) | 418 | int FAST_FUNC ipaddr_list_or_flush(char **argv, int flush) |
419 | { | 419 | { |
420 | static const char option[] ALIGN1 = "to\0""scope\0""up\0""label\0""dev\0"; | 420 | static const char option[] ALIGN1 = "to\0""scope\0""up\0""label\0""dev\0"; |
421 | 421 | ||
@@ -747,7 +747,7 @@ static int ipaddr_modify(int cmd, char **argv) | |||
747 | } | 747 | } |
748 | 748 | ||
749 | /* Return value becomes exitcode. It's okay to not return at all */ | 749 | /* Return value becomes exitcode. It's okay to not return at all */ |
750 | int do_ipaddr(char **argv) | 750 | int FAST_FUNC do_ipaddr(char **argv) |
751 | { | 751 | { |
752 | static const char commands[] ALIGN1 = | 752 | static const char commands[] ALIGN1 = |
753 | "add\0""delete\0""list\0""show\0""lst\0""flush\0"; | 753 | "add\0""delete\0""list\0""show\0""lst\0""flush\0"; |