libsys: don't pull in strerror

This commit is contained in:
Arun Thomas 2011-08-30 21:10:34 +02:00
parent 4806f7c308
commit 5cddf6dce8

View file

@ -76,7 +76,7 @@ PUBLIC void sef_startup()
if(sef_self_priv_flags & ROOT_SYS_PROC) {
/* RS initialization is special. */
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 {