commit | 87cf2ee8abec24e6399653e4856ab3543e7aadf7 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Wed Feb 13 17:06:53 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Wed Feb 13 17:06:53 2008 +0000 |
tree | c86b5be4f9e4e363fce56b7749e0ee5dc1c6fb2d | |
parent | d5fe880a57bc140f2e1469d2f1c75f815df94eff [diff] [blame] |
tar: move FNM_LEADING_DIR #define to tar.c - no other users. Closes bug 1332.
diff --git a/archival/tar.c b/archival/tar.c index 64975c4..6b37383 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