diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-11-14 20:31:45 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-11-14 20:31:45 +0000 |
commit | 9e77aaa5dcf70d316a59c1f3892c2fe4c5730fd4 (patch) | |
tree | 4b746d97d84d05690a4fa6fd0de29acbfbfd659f /sed.c | |
parent | 000adc6e490d7c13352e50d714844c27fe6e43cd (diff) | |
download | busybox-w32-9e77aaa5dcf70d316a59c1f3892c2fe4c5730fd4.tar.gz busybox-w32-9e77aaa5dcf70d316a59c1f3892c2fe4c5730fd4.tar.bz2 busybox-w32-9e77aaa5dcf70d316a59c1f3892c2fe4c5730fd4.zip |
Remove unneeded junk
git-svn-id: svn://busybox.net/trunk/busybox@1296 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sed.c')
-rw-r--r-- | sed.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 */ |
59 | extern int optind; /* in unistd.h */ | 55 | extern int optind; /* in unistd.h */ |
60 | extern char *optarg; /* ditto */ | 56 | extern char *optarg; /* ditto */ |