From 789c5ae4dfa476e433aab3877393a73bfdd31e64 Mon Sep 17 00:00:00 2001 From: aldot Date: Mon, 3 Apr 2006 15:46:14 +0000 Subject: - make append_option and multiconvert static. git-svn-id: svn://busybox.net/trunk/busybox@14738 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- modutils/modprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modutils/modprobe.c') diff --git a/modutils/modprobe.c b/modutils/modprobe.c index c16151537..8defd2854 100644 --- a/modutils/modprobe.c +++ b/modutils/modprobe.c @@ -133,7 +133,7 @@ static char *reads ( int fd, char *buffer, size_t len ) /* * This function appends an option to a list */ -struct mod_opt_t *append_option( struct mod_opt_t *opt_list, char *opt ) +static struct mod_opt_t *append_option( struct mod_opt_t *opt_list, char *opt ) { struct mod_opt_t *ol = opt_list; -- cgit v1.2.3-55-g6feb