From ee81790a7d43f1de60d34d9bc2f0ffb0130d56bf Mon Sep 17 00:00:00 2001 From: vda Date: Mon, 18 Dec 2006 21:49:06 +0000 Subject: A bunch of defined(__GLIBC__) added. static-linking warning expanded git-svn-id: svn://busybox.net/trunk/busybox@16996 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- coreutils/tail.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'coreutils') 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 @@ * 7) lseek attempted when count==0 even if arg was +0 (from top) */ -#include -#include -#include -#include -#include -#include -#include #include "busybox.h" static const struct suffix_mult tail_suffixes[] = { -- cgit v1.2.3-55-g6feb