From e699b9f0fb219c2747a89c4484260b3c2deca3a1 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Fri, 15 Dec 2000 06:50:54 +0000 Subject: Remove defines for ar that arent needed --- utility.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utility.c') diff --git a/utility.c b/utility.c index 61e5f7a73..02479d977 100644 --- a/utility.c +++ b/utility.c @@ -261,7 +261,7 @@ void reset_ino_dev_hashtable(void) #endif /* BB_CP_MV || BB_DU */ -#if defined (BB_CP_MV) || defined (BB_DU) || defined (BB_LN) || defined (BB_AR) +#if defined (BB_CP_MV) || defined (BB_DU) || defined (BB_LN) /* * Return TRUE if a fileName is a directory. * Nonexistant files return FALSE. @@ -722,7 +722,7 @@ int recursive_action(const char *fileName, -#if defined (BB_TAR) || defined (BB_MKDIR) || defined (BB_AR) +#if defined (BB_TAR) || defined (BB_MKDIR) /* * Attempt to create the directories along the specified path, except for * the final component. The mode is given for the final directory only, -- cgit v1.2.3