LS_DIRS -> LS_DIR

This commit is contained in:
Roy Marples
2007-10-04 17:02:44 +00:00
parent 15fde9a796
commit af5525f634
3 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ librc_hidden_def(rc_runlevel_stopping)
char **rc_runlevel_list (void)
{
return (rc_ls_dir (RC_RUNLEVELDIR, RC_LS_DIRS));
return (rc_ls_dir (RC_RUNLEVELDIR, RC_LS_DIR));
}
librc_hidden_def(rc_runlevel_list)