mirror of
https://github.com/OpenRC/openrc.git
synced 2024-11-23 18:03:51 +08:00
Drop PREFIX macro
Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
This commit is contained in:
parent
b3eb315875
commit
f3a763cb77
@ -234,9 +234,6 @@ get_systype(void)
|
||||
static const char *
|
||||
detect_prefix(const char *systype)
|
||||
{
|
||||
#ifdef PREFIX
|
||||
return RC_SYS_PREFIX;
|
||||
#else
|
||||
if (systype) {
|
||||
if (strcmp(systype, RC_SYS_NONE) == 0)
|
||||
return NULL;
|
||||
@ -245,7 +242,6 @@ detect_prefix(const char *systype)
|
||||
}
|
||||
|
||||
return NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
static const char *
|
||||
|
Loading…
Reference in New Issue
Block a user