$OpenBSD: patch-modules_access_ftp_c,v 1.5 2008/03/02 02:27:04 jakemsr Exp $ --- modules/access/ftp.c.orig Thu Jan 17 16:31:51 2008 +++ modules/access/ftp.c Thu Feb 28 11:18:08 2008 @@ -544,7 +544,7 @@ static int ftp_ReadCommand( access_t *p_access, 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;