diff options
Diffstat (limited to 'networking/libiproute/utils.c')
-rw-r--r-- | networking/libiproute/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/utils.c b/networking/libiproute/utils.c index 7e74e1c4b..5e06656f6 100644 --- a/networking/libiproute/utils.c +++ b/networking/libiproute/utils.c | |||
@@ -259,7 +259,7 @@ void duparg2(char *key, char *arg) | |||
259 | exit(-1); | 259 | exit(-1); |
260 | } | 260 | } |
261 | 261 | ||
262 | int matches(char *cmd, char *pattern) | 262 | int matches(const char *cmd, const char *pattern) |
263 | { | 263 | { |
264 | int len = strlen(cmd); | 264 | int len = strlen(cmd); |
265 | 265 | ||