From 87cf2ee8abec24e6399653e4856ab3543e7aadf7 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 13 Feb 2008 17:06:53 +0000 Subject: tar: move FNM_LEADING_DIR #define to tar.c - no other users. Closes bug 1332. --- archival/tar.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'archival') diff --git a/archival/tar.c b/archival/tar.c index 64975c428..6b3738365 100644 --- a/archival/tar.c +++ b/archival/tar.c @@ -28,6 +28,11 @@ #include "libbb.h" #include "unarchive.h" +/* FIXME: Stop using this non-standard feature */ +#ifndef FNM_LEADING_DIR +#define FNM_LEADING_DIR 0 +#endif + #define block_buf bb_common_bufsiz1 #if ENABLE_FEATURE_TAR_CREATE -- cgit v1.2.3