diff options
| author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-18 21:49:06 +0000 |
|---|---|---|
| committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-18 21:49:06 +0000 |
| commit | ee81790a7d43f1de60d34d9bc2f0ffb0130d56bf (patch) | |
| tree | 84b352ca012bd713d990ef1d90b47777a6f6e2e7 /coreutils | |
| parent | 077bb4f5c627e94acc22a69a76a8ff8fbea4e49e (diff) | |
| download | busybox-w32-ee81790a7d43f1de60d34d9bc2f0ffb0130d56bf.tar.gz busybox-w32-ee81790a7d43f1de60d34d9bc2f0ffb0130d56bf.tar.bz2 busybox-w32-ee81790a7d43f1de60d34d9bc2f0ffb0130d56bf.zip | |
A bunch of defined(__GLIBC__) added. static-linking warning expanded
git-svn-id: svn://busybox.net/trunk/busybox@16996 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils')
| -rw-r--r-- | coreutils/tail.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/coreutils/tail.c b/coreutils/tail.c index 4c3c3b901..505a8fd6b 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c | |||
| @@ -24,13 +24,6 @@ | |||
| 24 | * 7) lseek attempted when count==0 even if arg was +0 (from top) | 24 | * 7) lseek attempted when count==0 even if arg was +0 (from top) |
| 25 | */ | 25 | */ |
| 26 | 26 | ||
| 27 | #include <stdio.h> | ||
| 28 | #include <stdlib.h> | ||
| 29 | #include <string.h> | ||
| 30 | #include <ctype.h> | ||
| 31 | #include <unistd.h> | ||
| 32 | #include <fcntl.h> | ||
| 33 | #include <sys/stat.h> | ||
| 34 | #include "busybox.h" | 27 | #include "busybox.h" |
| 35 | 28 | ||
| 36 | static const struct suffix_mult tail_suffixes[] = { | 29 | static const struct suffix_mult tail_suffixes[] = { |
