X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=uname.c;h=2781b80b3c82a5962b3b93b423bdf07d3db15ce7;hb=46f44d24fcc25a5d6e13e0453485881bdf147e91;hp=55616dd19bd0ffaaa4d578a8a3238f2adc9120ef;hpb=bf181b9338152759fd56c8009e9a962a84808e7c;p=oweals%2Fbusybox.git diff --git a/uname.c b/uname.c index 55616dd19..2781b80b3 100644 --- a/uname.c +++ b/uname.c @@ -31,7 +31,7 @@ /* Busyboxed by Erik Andersen */ -#include "internal.h" +#include "busybox.h" #include #include #include @@ -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',