aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utility.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utility.c b/utility.c
index 5bf849e9d..8bed97c52 100644
--- a/utility.c
+++ b/utility.c
@@ -264,7 +264,7 @@ int isDirectory(const char *fileName, const int followLinks, struct stat *statBu
264} 264}
265#endif 265#endif
266 266
267#if defined (BB_AR) 267#if defined (BB_AR) || defined BB_CP_MV
268/* 268/*
269 * Copy readSize bytes between two file descriptors 269 * Copy readSize bytes between two file descriptors
270 */ 270 */
@@ -535,7 +535,7 @@ int fullWrite(int fd, const char *buf, int len)
535#endif /* BB_TAR || BB_CP_MV || BB_AR */ 535#endif /* BB_TAR || BB_CP_MV || BB_AR */
536 536
537 537
538#if defined BB_TAR || defined BB_TAIL || defined BB_AR || defined BB_SH 538#if defined BB_TAR || defined BB_TAIL || defined BB_AR || defined BB_SH || defined BB_CP_MV
539/* 539/*
540 * Read all of the supplied buffer from a file. 540 * Read all of the supplied buffer from a file.
541 * This does multiple reads as necessary. 541 * This does multiple reads as necessary.