aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/whoami.c2
-rw-r--r--coreutils/yes.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/coreutils/whoami.c b/coreutils/whoami.c
index 0bbb54b7b..c3b1140e6 100644
--- a/coreutils/whoami.c
+++ b/coreutils/whoami.c
@@ -20,6 +20,8 @@
*
*/
+/* getopt not needed */
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
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"