aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-11-14 20:31:45 +0000
committerEric Andersen <andersen@codepoet.org>2000-11-14 20:31:45 +0000
commitf61caf04115985e64c1c1e57c8504786518ab63a (patch)
tree4b746d97d84d05690a4fa6fd0de29acbfbfd659f
parent7918e1fd549adbcf1df30f73914104436504d5e5 (diff)
downloadbusybox-w32-f61caf04115985e64c1c1e57c8504786518ab63a.tar.gz
busybox-w32-f61caf04115985e64c1c1e57c8504786518ab63a.tar.bz2
busybox-w32-f61caf04115985e64c1c1e57c8504786518ab63a.zip
Remove unneeded junk
-rw-r--r--editors/sed.c4
-rw-r--r--sed.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/editors/sed.c b/editors/sed.c
index 707ab9308..f26e6e304 100644
--- a/editors/sed.c
+++ b/editors/sed.c
@@ -51,10 +51,6 @@
51#include <ctype.h> /* for isspace() */ 51#include <ctype.h> /* for isspace() */
52#include "busybox.h" 52#include "busybox.h"
53 53
54#define bb_need_full_version
55#define BB_DECLARE_EXTERN
56#include "messages.c"
57
58/* externs */ 54/* externs */
59extern int optind; /* in unistd.h */ 55extern int optind; /* in unistd.h */
60extern char *optarg; /* ditto */ 56extern char *optarg; /* ditto */
diff --git a/sed.c b/sed.c
index 707ab9308..f26e6e304 100644
--- a/sed.c
+++ b/sed.c
@@ -51,10 +51,6 @@
51#include <ctype.h> /* for isspace() */ 51#include <ctype.h> /* for isspace() */
52#include "busybox.h" 52#include "busybox.h"
53 53
54#define bb_need_full_version
55#define BB_DECLARE_EXTERN
56#include "messages.c"
57
58/* externs */ 54/* externs */
59extern int optind; /* in unistd.h */ 55extern int optind; /* in unistd.h */
60extern char *optarg; /* ditto */ 56extern char *optarg; /* ditto */