mirror of
https://git.busybox.net/busybox
synced 2026-02-15 14:06:55 +00:00
Fixed for when BB_CP_MV is enabled.
This commit is contained in:
parent
d13ebff163
commit
ebee301c8b
1 changed files with 2 additions and 2 deletions
|
|
@ -264,7 +264,7 @@ int isDirectory(const char *fileName, const int followLinks, struct stat *statBu
|
|||
}
|
||||
#endif
|
||||
|
||||
#if defined (BB_AR)
|
||||
#if defined (BB_AR) || defined BB_CP_MV
|
||||
/*
|
||||
* Copy readSize bytes between two file descriptors
|
||||
*/
|
||||
|
|
@ -535,7 +535,7 @@ int fullWrite(int fd, const char *buf, int len)
|
|||
#endif /* BB_TAR || BB_CP_MV || BB_AR */
|
||||
|
||||
|
||||
#if defined BB_TAR || defined BB_TAIL || defined BB_AR || defined BB_SH
|
||||
#if defined BB_TAR || defined BB_TAIL || defined BB_AR || defined BB_SH || defined BB_CP_MV
|
||||
/*
|
||||
* Read all of the supplied buffer from a file.
|
||||
* This does multiple reads as necessary.
|
||||
|
|
|
|||
Loading…
Reference in a new issue