From: Arun Thomas Date: Tue, 30 Aug 2011 19:10:34 +0000 (+0200) Subject: libsys: don't pull in strerror X-Git-Tag: v3.2.0~328 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-importkey.html?a=commitdiff_plain;h=5cddf6dce86d8735a85124fc0bb76bd4d640c8d1;p=minix.git libsys: don't pull in strerror --- diff --git a/lib/libsys/sef.c b/lib/libsys/sef.c index 400058b7a..d5066a89e 100644 --- a/lib/libsys/sef.c +++ b/lib/libsys/sef.c @@ -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 {