diff options
Diffstat (limited to 'src/rc/builtins.h')
-rw-r--r-- | src/rc/builtins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/builtins.h b/src/rc/builtins.h index e87e1ca4..c8d0958d 100644 --- a/src/rc/builtins.h +++ b/src/rc/builtins.h @@ -42,4 +42,4 @@ void run_applets(int, char **); RC_DEPTREE *_rc_deptree_load (int *); /* Test to see if we can see pid 1 or not */ -bool _rc_findpid1(void); +bool _rc_can_find_pids(void); |