diff options
author | Roy Marples <roy@marples.name> | 2008-03-21 17:41:01 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-21 17:41:01 +0000 |
commit | f7f3b6ae093106e0f86556d1424af30e2122192a (patch) | |
tree | a3db29faadd4e630d6d6ba90ad486f8d6b8d45f1 /src/rc/builtins.h | |
parent | f6b47568ad9a103c5c84d9e9005a51be87273026 (diff) |
euid 0 should always be able to find pids too.
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); |