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