aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2000-12-15 06:50:54 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2000-12-15 06:50:54 +0000
commite699b9f0fb219c2747a89c4484260b3c2deca3a1 (patch)
tree5b1a40f252d0b9686739c353e20d681b101bced2
parent4f1b0124c73ba30ba6cd97840b6fff0df90ad40c (diff)
downloadbusybox-w32-e699b9f0fb219c2747a89c4484260b3c2deca3a1.tar.gz
busybox-w32-e699b9f0fb219c2747a89c4484260b3c2deca3a1.tar.bz2
busybox-w32-e699b9f0fb219c2747a89c4484260b3c2deca3a1.zip
Remove defines for ar that arent needed
-rw-r--r--utility.c4
1 files changed, 2 insertions, 2 deletions
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)
261 261
262#endif /* BB_CP_MV || BB_DU */ 262#endif /* BB_CP_MV || BB_DU */
263 263
264#if defined (BB_CP_MV) || defined (BB_DU) || defined (BB_LN) || defined (BB_AR) 264#if defined (BB_CP_MV) || defined (BB_DU) || defined (BB_LN)
265/* 265/*
266 * Return TRUE if a fileName is a directory. 266 * Return TRUE if a fileName is a directory.
267 * Nonexistant files return FALSE. 267 * Nonexistant files return FALSE.
@@ -722,7 +722,7 @@ int recursive_action(const char *fileName,
722 722
723 723
724 724
725#if defined (BB_TAR) || defined (BB_MKDIR) || defined (BB_AR) 725#if defined (BB_TAR) || defined (BB_MKDIR)
726/* 726/*
727 * Attempt to create the directories along the specified path, except for 727 * Attempt to create the directories along the specified path, except for
728 * the final component. The mode is given for the final directory only, 728 * the final component. The mode is given for the final directory only,