From 14f5c8d764ab7429367feb407ab86191054e6a8a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 16 Apr 2005 19:39:00 +0000 Subject: Patch from Bernhard Fischer to make a bunch of symbols static which were otherwise cluttering the global namespace. --- modutils/modprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modutils') 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; static int autoclean, show_only, quiet, do_syslog, verbose; static int k_version; -int parse_tag_value ( char *buffer, char **ptag, char **pvalue ) +static int parse_tag_value ( char *buffer, char **ptag, char **pvalue ) { char *tag, *value; -- cgit v1.2.3