a few minor cleanups.
[oweals/busybox.git] / util-linux / dmesg.c
index 6fa17b5fb8bd5c6035b2df0399b345f68b1defd6..20846f7c657098ef3bb5335d50f8b7966682fb7c 100644 (file)
@@ -18,7 +18,6 @@
 #include "internal.h"
 #include <linux/unistd.h>
 #include <stdio.h>
-#include <getopt.h>
 #include <stdlib.h>
 
 #if __GNU_LIBRARY__ < 5
@@ -129,6 +128,5 @@ int dmesg_main(int argc, char **argv)
        exit(FALSE);
   klogctl_error:
        perror("klogctl");
-       exit(FALSE);
-
+       return(FALSE);
 }