diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-13 17:06:53 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-13 17:06:53 +0000 |
commit | 87cf2ee8abec24e6399653e4856ab3543e7aadf7 (patch) | |
tree | c86b5be4f9e4e363fce56b7749e0ee5dc1c6fb2d /include/platform.h | |
parent | d5fe880a57bc140f2e1469d2f1c75f815df94eff (diff) | |
download | busybox-w32-87cf2ee8abec24e6399653e4856ab3543e7aadf7.tar.gz busybox-w32-87cf2ee8abec24e6399653e4856ab3543e7aadf7.tar.bz2 busybox-w32-87cf2ee8abec24e6399653e4856ab3543e7aadf7.zip |
tar: move FNM_LEADING_DIR #define to tar.c - no other users.
Closes bug 1332.
Diffstat (limited to 'include/platform.h')
-rw-r--r-- | include/platform.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/platform.h b/include/platform.h index 9acba63e0..bfe631506 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -268,12 +268,6 @@ static ALWAYS_INLINE char* strchrnul(const char *s, char c) | |||
268 | # define lchown chown | 268 | # define lchown chown |
269 | #endif | 269 | #endif |
270 | 270 | ||
271 | /* THIS SHOULD BE CLEANED OUT OF THE TREE ENTIRELY */ | ||
272 | /* FIXME: fix tar.c! */ | ||
273 | #ifndef FNM_LEADING_DIR | ||
274 | #define FNM_LEADING_DIR 0 | ||
275 | #endif | ||
276 | |||
277 | #if (defined __digital__ && defined __unix__) | 271 | #if (defined __digital__ && defined __unix__) |
278 | #include <standards.h> | 272 | #include <standards.h> |
279 | #define HAVE_STANDARDS_H | 273 | #define HAVE_STANDARDS_H |