diff options
author | Lennart Poettering <lennart@poettering.net> | 2003-08-30 14:44:04 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2003-08-30 14:44:04 +0000 |
commit | 4c3f7894b1e9d48d76eccc382eea93a8ba9b74e9 (patch) | |
tree | 860984309d186e69ecff98f17be5d5e1f705f00e /src/util.h | |
parent | ec80e9432b3f547f34a4bc16c39047ea2132eaef (diff) |
lfs fixes (incomplete)
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@16 07ea20a6-d2c5-0310-9e02-9ef735347d72
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |