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. --- include/platform.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/platform.h') 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) # 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 #define HAVE_STANDARDS_H -- cgit v1.2.3