X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=coreutils%2Fyes.c;h=7d9596d0bf72156b53426ec0013254a6fdd127a1;hb=e3e2a7b41cf130004c2be3402c34646dc0ef3e24;hp=11fa537a0488a3238d086b543dba142f6e5f61a9;hpb=90f580ad5bde613e01a5ddf2efb5eb2d3a5f6a72;p=oweals%2Fbusybox.git diff --git a/coreutils/yes.c b/coreutils/yes.c index 11fa537a0..7d9596d0b 100644 --- a/coreutils/yes.c +++ b/coreutils/yes.c @@ -20,15 +20,18 @@ * */ -#include "internal.h" +/* getopt not needed */ + #include +#include +#include "busybox.h" extern int yes_main(int argc, char **argv) { int i; if (argc >= 2 && *argv[1] == '-') - usage(yes_usage); + show_usage(); if (argc == 1) { while (1)