aboutsummaryrefslogtreecommitdiff
path: root/coreutils/tail.c
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-17 18:44:15 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-17 18:44:15 +0000
commit3132131d6265f6107c652f634c8b4a3e006fb46f (patch)
tree1d18bbba8f8a1d78d7ff13e7a87ee2aab165125f /coreutils/tail.c
parent0055f41a9885374ff57a4b90af63aaac6dd01f58 (diff)
downloadbusybox-w32-3132131d6265f6107c652f634c8b4a3e006fb46f.tar.gz
busybox-w32-3132131d6265f6107c652f634c8b4a3e006fb46f.tar.bz2
busybox-w32-3132131d6265f6107c652f634c8b4a3e006fb46f.zip
Reworked the source so it will compile and run under glibc 2.0.7
and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik git-svn-id: svn://busybox.net/trunk/busybox@243 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/tail.c')
-rw-r--r--coreutils/tail.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/tail.c b/coreutils/tail.c
index 7a64c4ca3..697177dc7 100644
--- a/coreutils/tail.c
+++ b/coreutils/tail.c
@@ -27,6 +27,7 @@
27#include "internal.h" 27#include "internal.h"
28 28
29#include <stdio.h> 29#include <stdio.h>
30#include <stdarg.h>
30#include <assert.h> 31#include <assert.h>
31#include <errno.h> 32#include <errno.h>
32#include <sys/types.h> 33#include <sys/types.h>