Remove unneeded junk
This commit is contained in:
parent
7918e1fd54
commit
f61caf0411
@ -51,10 +51,6 @@
|
|||||||
#include <ctype.h> /* for isspace() */
|
#include <ctype.h> /* for isspace() */
|
||||||
#include "busybox.h"
|
#include "busybox.h"
|
||||||
|
|
||||||
#define bb_need_full_version
|
|
||||||
#define BB_DECLARE_EXTERN
|
|
||||||
#include "messages.c"
|
|
||||||
|
|
||||||
/* externs */
|
/* externs */
|
||||||
extern int optind; /* in unistd.h */
|
extern int optind; /* in unistd.h */
|
||||||
extern char *optarg; /* ditto */
|
extern char *optarg; /* ditto */
|
||||||
|
4
sed.c
4
sed.c
@ -51,10 +51,6 @@
|
|||||||
#include <ctype.h> /* for isspace() */
|
#include <ctype.h> /* for isspace() */
|
||||||
#include "busybox.h"
|
#include "busybox.h"
|
||||||
|
|
||||||
#define bb_need_full_version
|
|
||||||
#define BB_DECLARE_EXTERN
|
|
||||||
#include "messages.c"
|
|
||||||
|
|
||||||
/* externs */
|
/* externs */
|
||||||
extern int optind; /* in unistd.h */
|
extern int optind; /* in unistd.h */
|
||||||
extern char *optarg; /* ditto */
|
extern char *optarg; /* ditto */
|
||||||
|
Loading…
Reference in New Issue
Block a user