aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-15 06:50:54 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-15 06:50:54 +0000
commit81feff65efc4b436194f40103718e9efd98ba76f (patch)
tree5b1a40f252d0b9686739c353e20d681b101bced2 /utility.c
parentca85b3d26bdb35624a21ee52afb1cfb62b04690e (diff)
downloadbusybox-w32-81feff65efc4b436194f40103718e9efd98ba76f.tar.gz
busybox-w32-81feff65efc4b436194f40103718e9efd98ba76f.tar.bz2
busybox-w32-81feff65efc4b436194f40103718e9efd98ba76f.zip
Remove defines for ar that arent needed
git-svn-id: svn://busybox.net/trunk/busybox@1462 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'utility.c')
-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,