summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/ftp.c
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2006-02-16 07:41:02 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2006-02-16 07:41:02 +0000
commitcd9dbddc64df0fa7b6acb4131caf05ed1aefd199 (patch)
tree31bdbb6f555f7207e8315770e445669a49135cbf /usr.bin/ftp/ftp.c
parent52bb80bb126ce8646576c5bf8cf4d696fa84dc0d (diff)
delete a few double declarations; ok otto
Diffstat (limited to 'usr.bin/ftp/ftp.c')
-rw-r--r--usr.bin/ftp/ftp.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/ftp/ftp.c b/usr.bin/ftp/ftp.c
index d9a0063d864..fe3cc035a1f 100644
--- a/usr.bin/ftp/ftp.c
+++ b/usr.bin/ftp/ftp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ftp.c,v 1.60 2006/01/10 18:12:46 moritz Exp $ */
+/* $OpenBSD: ftp.c,v 1.61 2006/02/16 07:41:01 pvalchev Exp $ */
/* $NetBSD: ftp.c,v 1.27 1997/08/18 10:20:23 lukem Exp $ */
/*
@@ -60,7 +60,7 @@
*/
#if !defined(lint) && !defined(SMALL)
-static char rcsid[] = "$OpenBSD: ftp.c,v 1.60 2006/01/10 18:12:46 moritz Exp $";
+static char rcsid[] = "$OpenBSD: ftp.c,v 1.61 2006/02/16 07:41:01 pvalchev Exp $";
#endif /* not lint and not SMALL */
#include <sys/types.h>
@@ -103,14 +103,11 @@ union sockunion {
union sockunion myctladdr, hisctladdr, data_addr;
-union sockunion hisctladdr;
-union sockunion data_addr;
int data = -1;
int abrtflag = 0;
jmp_buf ptabort;
int ptabflg;
int ptflag = 0;
-union sockunion myctladdr;
off_t restart_point = 0;