diff options
Diffstat (limited to 'include')
-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 9acba63..bfe6315 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 <standards.h> #define HAVE_STANDARDS_H |