From 4758368505c2951300650ddcc93de6c657b43d50 Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Tue, 5 Dec 2000 20:03:17 +0000 Subject: Fixed the comments to match the code and renamed the function to a (hopefully) more descriptive name, and as per the style guide. --- include/busybox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/busybox.h b/include/busybox.h index 4a4f44aea..21c62faac 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -144,7 +144,7 @@ void reset_ino_dev_hashtable(void); int copyFile(const char *srcName, const char *destName, int setModes, int followLinks, int forceFlag); -int copySubFile(int srcFd, int dstFd, size_t remaining); +int copy_file_chunk(int srcFd, int dstFd, size_t remaining); char *buildName(const char *dirName, const char *fileName); int makeString(int argc, const char **argv, char *buf, int bufLen); char *getChunk(int size); -- cgit v1.2.3