summaryrefslogtreecommitdiff
path: root/src/librc/rc.map
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-12-31 00:33:49 +0100
committerChristian Ruppert <idl0r@gentoo.org>2012-01-15 01:02:11 +0100
commitc3be42006b78809f1087b6a8262caba01f2c7fc1 (patch)
tree0e31d1ebb9382d0292784aa1dc2b3b51abbfc05e /src/librc/rc.map
parent6fcc55cef80dfaab449b2e5379cb737988f68c24 (diff)
downloadopenrc-c3be42006b78809f1087b6a8262caba01f2c7fc1.tar.gz
openrc-c3be42006b78809f1087b6a8262caba01f2c7fc1.tar.bz2
openrc-c3be42006b78809f1087b6a8262caba01f2c7fc1.tar.xz
Rename proc_getent to rc_proc_getent and make it global
Diffstat (limited to 'src/librc/rc.map')
-rw-r--r--src/librc/rc.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librc/rc.map b/src/librc/rc.map
index 0f45cdf..2aa58de 100644
--- a/src/librc/rc.map
+++ b/src/librc/rc.map
@@ -18,6 +18,7 @@ global:
rc_getline;
rc_newer_than;
rc_older_than;
+ rc_proc_getent;
rc_runlevel_exists;
rc_runlevel_get;
rc_runlevel_list;