diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2000-12-15 06:50:54 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2000-12-15 06:50:54 +0000 |
commit | e699b9f0fb219c2747a89c4484260b3c2deca3a1 (patch) | |
tree | 5b1a40f252d0b9686739c353e20d681b101bced2 | |
parent | 4f1b0124c73ba30ba6cd97840b6fff0df90ad40c (diff) | |
download | busybox-e699b9f0fb219c2747a89c4484260b3c2deca3a1.tar.gz |
Remove defines for ar that arent needed
-rw-r--r-- | utility.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |