diff options
-rw-r--r-- | utility.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |