tar: move FNM_LEADING_DIR #define to tar.c - no other users.

Closes bug 1332.
This commit is contained in:
Denis Vlasenko
2008-02-13 17:06:53 +00:00
parent d5fe880a57
commit 87cf2ee8ab
2 changed files with 5 additions and 6 deletions

View File

@ -268,12 +268,6 @@ static ALWAYS_INLINE char* strchrnul(const char *s, char c)
# define lchown chown
#endif
/* THIS SHOULD BE CLEANED OUT OF THE TREE ENTIRELY */
/* FIXME: fix tar.c! */
#ifndef FNM_LEADING_DIR
#define FNM_LEADING_DIR 0
#endif
#if (defined __digital__ && defined __unix__)
#include <standards.h>
#define HAVE_STANDARDS_H