From 250a22176815303f9af072a11278108f7767282b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 5 Apr 2001 23:26:44 +0000 Subject: more FILE_OFFSET_BITS == 64 adjustments. --- libbb/libbb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/libbb.h') diff --git a/libbb/libbb.h b/libbb/libbb.h index d0896ab86..05f61f25b 100644 --- a/libbb/libbb.h +++ b/libbb/libbb.h @@ -96,7 +96,7 @@ void reset_ino_dev_hashtable(void); int copy_file(const char *srcName, const char *destName, int setModes, int followLinks, int forceFlag); -int copy_file_chunk(int srcFd, int dstFd, size_t remaining); +int copy_file_chunk(int srcFd, int dstFd, off_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