Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-10 00:28:09 +0300
committerEric Andersen <andersen@codepoet.org>2001-03-10 00:28:09 +0300
commit8d4c397d9d551a9a91f0855e1ca48a5ed4130e7d (patch)
treef9d8162943723e8ca80ec4ef76bdaa7284ebaf11 /coreutils/yes.c
parent3e6ff9017f5aa4ea41de2520a3f6d29fb20e0332 (diff)
Patch from Jeff Garzik marking a few 'getopt not needed' apps.
Diffstat (limited to 'coreutils/yes.c')
-rw-r--r--coreutils/yes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/yes.c b/coreutils/yes.c
index ad7b98f84..7d9596d0b 100644
--- a/coreutils/yes.c
+++ b/coreutils/yes.c
@@ -20,6 +20,8 @@
*
*/
+/* getopt not needed */
+
#include <stdio.h>
#include <stdlib.h>
#include "busybox.h"