aboutsummaryrefslogtreecommitdiff
path: root/src/includes
diff options
context:
space:
mode:
authorDoug Freed <dwfreed@mtu.edu>2016-01-17 21:43:46 -0800
committerWilliam Hubbs <w.d.hubbs@gmail.com>2016-01-19 00:09:20 -0600
commit649f63d882d53533ae8b1c3b28967e772e738c45 (patch)
tree3da01483f3fd5da6190116ecf4862f291bb7b1be /src/includes
parent55a28f5d2524615560698453a5a6afd50460030c (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 'src/includes')
-rw-r--r--src/includes/rc-misc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/includes/rc-misc.h b/src/includes/rc-misc.h
index f2449cd7..684ace59 100644
--- a/src/includes/rc-misc.h
+++ b/src/includes/rc-misc.h
@@ -60,10 +60,6 @@ int is_writable(const char *);
#define service_stop(service) exec_service(service, "stop");
int parse_mode(mode_t *, char *);
-const char *detect_prefix(void);
-const char *get_systype(void);
-const char *detect_container(void);
-const char *detect_vm(void);
/* Handy function so we can wrap einfo around our deptree */
RC_DEPTREE *_rc_deptree_load (int, int *);