From e89805e0c06792c58c19e47f99ab6379d69a2149 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 9 Oct 2007 12:52:09 +0000 Subject: Quiet some compile time warnings on uclibc --- src/rc-update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rc-update.c') diff --git a/src/rc-update.c b/src/rc-update.c index 5e5786b9..2c0b35c8 100644 --- a/src/rc-update.c +++ b/src/rc-update.c @@ -218,7 +218,7 @@ int rc_update (int argc, char **argv) eerror ("%s: service `%s' does not exist", applet, service); else { ssize_t num_updated = 0; - ssize_t (*actfunc)(const char *runlevel, const char *service); + ssize_t (*actfunc)(const char *, const char *); if (action & DOADD) actfunc = add; else if (action & DODELETE) -- cgit v1.2.3