From 918c64fd4346b0b13746a4e553fb318df405a619 Mon Sep 17 00:00:00 2001 From: andersen Date: Thu, 5 Apr 2001 23:26:44 +0000 Subject: more FILE_OFFSET_BITS == 64 adjustments. git-svn-id: svn://busybox.net/trunk/busybox@2267 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- libbb/libbb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb') 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-55-g6feb