diff options
author | Doug Freed <dwfreed@mtu.edu> | 2016-01-17 21:43:46 -0800 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-01-19 00:09:20 -0600 |
commit | 649f63d882d53533ae8b1c3b28967e772e738c45 (patch) | |
tree | 3da01483f3fd5da6190116ecf4862f291bb7b1be /FEATURE-REMOVAL-SCHEDULE.md | |
parent | 55a28f5d2524615560698453a5a6afd50460030c (diff) |
librc: move system detection code into rc_sys and use it
This fixes an issue where librc code was calling code that only existed
in the rc binary.
This reverts commits 8addd79 and 9f6e056
This fixes #75.
Diffstat (limited to 'FEATURE-REMOVAL-SCHEDULE.md')
-rw-r--r-- | FEATURE-REMOVAL-SCHEDULE.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/FEATURE-REMOVAL-SCHEDULE.md b/FEATURE-REMOVAL-SCHEDULE.md index 8d07cd46..d66f94fa 100644 --- a/FEATURE-REMOVAL-SCHEDULE.md +++ b/FEATURE-REMOVAL-SCHEDULE.md @@ -76,13 +76,3 @@ Why: The getline() function was standardized in POSIX.1-2008, so it Who: -### rc_sys() - -When: 1.0 - -Why: The OpenRC code now uses two internal functions, detect_container() - and detect_vm() to handle this. rc_sys() is broken because it - doesn't differentiate between containers and vm's. - -Who: - |