From 4c3f7894b1e9d48d76eccc382eea93a8ba9b74e9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 30 Aug 2003 14:44:04 +0000 Subject: lfs fixes (incomplete) git-svn-id: file:///home/lennart/svn/public/syrep/trunk@16 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index d16f0a6..8b34022 100644 --- a/src/util.h +++ b/src/util.h @@ -35,7 +35,7 @@ void rotdash_hide(void); const char* get_snapshot_filename(const char *path, const char *fn); const char* get_attached_filename(const char *root, const char *fn); int isdirectory(const char *path); -int copy_fd(int sfd, int dfd, size_t l); +int copy_fd(int sfd, int dfd, off_t l); int copy_file(const char *src, const char *dst, int c); int move_file(const char *src, const char *dst, int c); int copy_or_link_file(const char *src, const char *dst, int c); -- cgit