From 83e5d6f77237b64853c194b0ce592e77ef677c4d Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 18 Dec 2006 21:49:06 +0000 Subject: A bunch of defined(__GLIBC__) added. static-linking warning expanded --- 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