projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d13ebff
)
Fixed for when BB_CP_MV is enabled.
author
Eric Andersen
<andersen@codepoet.org>
Tue, 5 Sep 2000 22:17:22 +0000
(22:17 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 5 Sep 2000 22:17:22 +0000
(22:17 -0000)
utility.c
patch
|
blob
|
history
diff --git
a/utility.c
b/utility.c
index 5bf849e9d0a871e3aeca9fad82f9c65fcdf076cf..8bed97c52fcb9fccf1bf6fe968c05ac0082e4bba 100644
(file)
--- a/
utility.c
+++ b/
utility.c
@@
-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.