Patch from Jeff Garzik marking a few 'getopt not needed' apps.

This commit is contained in:
Eric Andersen 2001-03-09 21:28:09 +00:00
parent 3e6ff9017f
commit 8d4c397d9d
9 changed files with 16 additions and 0 deletions

View File

@ -20,6 +20,8 @@
*
*/
/* getopt not needed */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

View File

@ -20,6 +20,8 @@
*
*/
/* getopt not needed */
#include <stdio.h>
#include <stdlib.h>
#include "busybox.h"

View File

@ -21,6 +21,7 @@
*
*/
/* getopt not needed */
#include <string.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -20,6 +20,8 @@
*
*/
/* getopt not needed */
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>

View File

@ -22,6 +22,8 @@
*
*/
/* getopt not needed */
#include <stdlib.h>
#include "busybox.h"

View File

@ -20,6 +20,8 @@
*
*/
/* getopt not needed */
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>

View File

@ -21,6 +21,7 @@
*
*/
/* getopt not needed */
#include <string.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -20,6 +20,8 @@
*
*/
/* getopt not needed */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

2
yes.c
View File

@ -20,6 +20,8 @@
*
*/
/* getopt not needed */
#include <stdio.h>
#include <stdlib.h>
#include "busybox.h"