Vladimir N. Oleynik writes:
[oweals/busybox.git] / sysklogd / logread.c
index ecdf2f57965de7aa57a64497f0b0f5a30898f4da..2692efbee98eb7a2d5f031fee07f4641d704e94d 100644 (file)
 #include <setjmp.h>
 #include "busybox.h"
 
-#if __GNU_LIBRARY__ < 5
-#error Sorry.  Looks like you are using libc5.  
-#error libc5 shm support isnt good enough.
-#error Please disable CONFIG_FEATURE_IPC_SYSLOG 
-#endif 
-
-
 static const long KEY_ID = 0x414e4547; /*"GENA"*/
 
 static struct shbuf_ds {
@@ -87,7 +80,7 @@ extern int logread_main(int argc, char **argv)
        
        /* no options, no getopt */
        if (argc > 1)
-               show_usage();
+               bb_show_usage();
        
        // handle intrrupt signal
        if (setjmp(jmp_env)) goto output_end;