]> Zhao Yanbai Git Server - minix.git/commitdiff
libsys: don't pull in strerror
authorArun Thomas <arun@minix3.org>
Tue, 30 Aug 2011 19:10:34 +0000 (21:10 +0200)
committerArun Thomas <arun@minix3.org>
Tue, 30 Aug 2011 19:10:34 +0000 (21:10 +0200)
lib/libsys/sef.c

index 400058b7abb5c765a6df97036f561cf85d6a107c..d5066a89e06db87371513d9486e0c12ff210c6a5 100644 (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 {