pkgsrc/net/socks5/patches/patch-ai
2005-12-18 18:01:18 +00:00

13 lines
348 B
Text

$NetBSD: patch-ai,v 1.1 2005/12/18 18:01:18 joerg Exp $
--- clients/ftp/ftp.c.orig 2005-12-18 17:36:46.000000000 +0000
+++ clients/ftp/ftp.c
@@ -81,7 +81,7 @@ int ptflag = 0;
off_t restart_point = 0;
unsigned long socks_bind_remoteAddr; /* Socks */
-extern int connected, errno;
+extern int connected;
FILE *cin, *cout;
FILE *dataconn();