From 6abeec74301d8406ebbbd653b9fe9a0e234c09bf Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 21 Jun 2009 12:20:53 +0100 Subject: 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. --- src/librc/rc.map | 1 + 1 file changed, 1 insertion(+) (limited to 'src/librc/rc.map') 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; -- cgit v1.2.3