Quiet some compile time warnings on uclibc

This commit is contained in:
Roy Marples
2007-10-09 12:52:09 +00:00
parent 3ac49bd6b3
commit e89805e0c0
6 changed files with 8 additions and 3 deletions

View File

@@ -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)