Added some more '/* getopt not needed */' lines.

This commit is contained in:
Mark Whitley 2001-03-09 23:59:51 +00:00
parent fa45f22e50
commit 827e45c518
12 changed files with 26 additions and 0 deletions

View File

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

3
chvt.c
View File

@ -4,6 +4,9 @@
*
* busyboxed by Erik Andersen
*/
/* getopt not needed */
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>

View File

@ -4,6 +4,9 @@
*
* busyboxed by Erik Andersen
*/
/* getopt not needed */
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>

View File

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

View File

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

View File

@ -33,6 +33,8 @@
* One function can handle multiple operators all of equal precedence,
* provided they all associate ((x op x) op x). */
/* no getopt needed */
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

View File

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

2
expr.c
View File

@ -33,6 +33,8 @@
* One function can handle multiple operators all of equal precedence,
* provided they all associate ((x op x) op x). */
/* no getopt needed */
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

2
free.c
View File

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

View File

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

View File

@ -27,6 +27,8 @@
* of BB_FEATURE_UTMP_SUPPORT #define
*/
/* getopt not needed */
#include <stdio.h>
#include <time.h>

View File

@ -27,6 +27,8 @@
* of BB_FEATURE_UTMP_SUPPORT #define
*/
/* getopt not needed */
#include <stdio.h>
#include <time.h>