summaryrefslogtreecommitdiff
path: root/src/librc/rc.map
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-06-21 12:20:53 +0100
committerRoy Marples <roy@marples.name>2009-06-21 12:20:53 +0100
commit6abeec74301d8406ebbbd653b9fe9a0e234c09bf (patch)
treeab7484086cf6198ffe0422e48888f463381d7d2f /src/librc/rc.map
parentfbb78022f973361a60861cf4b99dda91ccfc1aa5 (diff)
downloadopenrc-6abeec74301d8406ebbbd653b9fe9a0e234c09bf.tar.gz
openrc-6abeec74301d8406ebbbd653b9fe9a0e234c09bf.tar.bz2
openrc-6abeec74301d8406ebbbd653b9fe9a0e234c09bf.tar.xz
Use rc_getline instead of assuming a fixed kernel cmdline length.
This is now requires as COMMAND_LINE_SIZE isn't exposed by kernel headers anymore. Fixes #177.
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 7cfbfab..3f1e7e7 100644
--- a/src/librc/rc.map
+++ b/src/librc/rc.map
@@ -12,6 +12,7 @@ global:
rc_deptree_update_needed;
rc_environ_fd;
rc_find_pids;
+ rc_getline;
rc_newer_than;
rc_older_than;
rc_runlevel_exists;