libsys: don't pull in strerror
This commit is contained in:
parent
4806f7c308
commit
5cddf6dce8
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ PUBLIC void sef_startup()
|
||||||
if(sef_self_priv_flags & ROOT_SYS_PROC) {
|
if(sef_self_priv_flags & ROOT_SYS_PROC) {
|
||||||
/* RS initialization is special. */
|
/* RS initialization is special. */
|
||||||
if((r = do_sef_rs_init(old_endpoint)) != OK) {
|
if((r = do_sef_rs_init(old_endpoint)) != OK) {
|
||||||
panic("RS unable to complete init: %d (%s)", r, strerror(-r));
|
panic("RS unable to complete init: %d", r);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue