Files
pkgsrc-ng/net/socks5/patches/patch-ai
2013-09-26 17:14:40 +02:00

14 lines
348 B
Plaintext

$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();