Fixed the comments to match the code and renamed the function to a (hopefully)

more descriptive name, and as per the style guide.
This commit is contained in:
Mark Whitley
2000-12-05 20:03:17 +00:00
parent cf61fe14ae
commit 4758368505
5 changed files with 15 additions and 15 deletions

View File

@@ -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);