7a5f3efd4b
- add missing xenocara LIBS - regen patches while here "go for it" naddy@
13 lines
469 B
Plaintext
13 lines
469 B
Plaintext
$OpenBSD: patch-modules_access_ftp_c,v 1.4 2007/04/08 17:34:20 ajacoutot Exp $
|
|
--- modules/access/ftp.c.orig Sat Dec 9 02:12:17 2006
|
|
+++ modules/access/ftp.c Sun Apr 8 10:45:29 2007
|
|
@@ -542,7 +542,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;
|
|
|