$OpenBSD: patch-modules_access_ftp_c,v 1.3 2006/12/23 13:31:31 jolan Exp $ --- modules/access/ftp.c.orig Fri Dec 8 19:12:17 2006 +++ modules/access/ftp.c Sat Dec 23 03:45:09 2006 @@ -542,7 +542,7 @@ static int ftp_ReadCommand( access_t *p_ return( i_answer / 100 ); } -static int ftp_StartStream( access_t *p_access, off_t i_start ) +static int ftp_StartStream( access_t *p_access, int64_t i_start ) { access_sys_t *p_sys = p_access->p_sys;