1
1

* fileopctx.h (struct FileOpContext): Use off_t for offset.

Этот коммит содержится в:
Andrew V. Samoilov 2004-10-06 18:06:26 +00:00
родитель 687f435740
Коммит df27244006
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,7 @@
2004-10-06 Alexander Savelyev <i@fano.com.ua>
* fileopctx.h (struct FileOpContext): Use off_t for offset.
2004-10-05 Miroslav Rudisin <miero+gnu@atrey.karlin.mff.cuni.cz>
* util.c(strip_password): Add support for '@' in username.

Просмотреть файл

@ -55,7 +55,7 @@ typedef struct FileOpContext {
int recursive_result;
/* Whether to do a reget */
int do_reget;
off_t do_reget;
/* Controls appending to files */
int do_append;