Support for tar -z option for uncompressing only
[oweals/busybox.git] / uname.c
diff --git a/uname.c b/uname.c
index 55616dd19bd0ffaaa4d578a8a3238f2adc9120ef..2781b80b3c82a5962b3b93b423bdf07d3db15ce7 100644 (file)
--- a/uname.c
+++ b/uname.c
@@ -31,7 +31,7 @@
 
 /* Busyboxed by Erik Andersen */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/utsname.h>
@@ -138,7 +138,7 @@ int uname_main(int argc, char **argv)
        print_element(PRINT_MACHINE, name.machine);
        print_element(PRINT_PROCESSOR, processor);
 
-       return(TRUE);
+       return EXIT_SUCCESS;
 }
 
 /* If the name element set in MASK is selected for printing in `toprint',