Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tar.c
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-28 04:18:56 +0400
committerErik Andersen <andersen@codepoet.org>2000-04-28 04:18:56 +0400
commit4f3f757d56fbf420ea5030dcf7ea971b3da3ab47 (patch)
treed986e9bb9f03bf1f83465c274c35c0d58ed544e4 /tar.c
parent227a59b05d6df9b4be5990915646249d6f548822 (diff)
Latest and greatest. Some effort at libc5 (aiming towards newlib)
compatability. -Erik
Diffstat (limited to 'tar.c')
-rw-r--r--tar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tar.c b/tar.c
index 0177d5188..e205763db 100644
--- a/tar.c
+++ b/tar.c
@@ -49,7 +49,6 @@
#include <utime.h>
#include <sys/types.h>
#include <sys/sysmacros.h>
-#include <sys/param.h> /* for PATH_MAX */
static const char tar_usage[] =