blob: 7cdb7d45ca3ace2ecf30eff7f399cd3dc45e4374 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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();
|