diff options
Diffstat (limited to 'modutils/modprobe.c')
-rw-r--r-- | modutils/modprobe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modprobe.c b/modutils/modprobe.c index 83244fca5..b8268b3ab 100644 --- a/modutils/modprobe.c +++ b/modutils/modprobe.c | |||
@@ -61,7 +61,7 @@ static struct dep_t *depend; | |||
61 | static int autoclean, show_only, quiet, do_syslog, verbose; | 61 | static int autoclean, show_only, quiet, do_syslog, verbose; |
62 | static int k_version; | 62 | static int k_version; |
63 | 63 | ||
64 | int parse_tag_value ( char *buffer, char **ptag, char **pvalue ) | 64 | static int parse_tag_value ( char *buffer, char **ptag, char **pvalue ) |
65 | { | 65 | { |
66 | char *tag, *value; | 66 | char *tag, *value; |
67 | 67 | ||