diff options
Diffstat (limited to 'networking/wget.c')
-rw-r--r-- | networking/wget.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/networking/wget.c b/networking/wget.c index 788c291b9..eda0bb87c 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -13,22 +13,6 @@ | |||
13 | #include "busybox.h" | 13 | #include "busybox.h" |
14 | #include <getopt.h> /* for struct option */ | 14 | #include <getopt.h> /* for struct option */ |
15 | 15 | ||
16 | #ifdef CONFIG_LFS | ||
17 | # define FILEOFF_TYPE off64_t | ||
18 | # define FILEOFF_FMT "%lld" | ||
19 | # define LSEEK lseek64 | ||
20 | # define STRTOOFF strtoll | ||
21 | # define SAFE_STRTOOFF safe_strtoll | ||
22 | /* stat64 etc as needed... */ | ||
23 | #else | ||
24 | # define FILEOFF_TYPE off_t | ||
25 | # define FILEOFF_FMT "%ld" | ||
26 | # define LSEEK lseek | ||
27 | # define STRTOOFF strtol | ||
28 | # define SAFE_STRTOOFF safe_strtol | ||
29 | /* Do we need to undefine O_LARGEFILE? */ | ||
30 | #endif | ||
31 | |||
32 | struct host_info { | 16 | struct host_info { |
33 | // May be used if we ever will want to free() all xstrdup()s... | 17 | // May be used if we ever will want to free() all xstrdup()s... |
34 | /* char *allocated; */ | 18 | /* char *allocated; */ |