aboutsummaryrefslogtreecommitdiff
path: root/src/rc-update.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-09 12:52:09 +0000
committerRoy Marples <roy@marples.name>2007-10-09 12:52:09 +0000
commite89805e0c06792c58c19e47f99ab6379d69a2149 (patch)
treeeba526ca3afdfdeb7f4baeba464956206aaa62d0 /src/rc-update.c
parent3ac49bd6b3ad681a98fb1c19c379c5ac68c8cc3f (diff)
Quiet some compile time warnings on uclibc
Diffstat (limited to 'src/rc-update.c')
-rw-r--r--src/rc-update.c2
1 files changed, 1 insertions, 1 deletions
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)