summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-09-04 05:59:25 +0000
committerimp <imp@FreeBSD.org>2000-09-04 05:59:25 +0000
commit180527062b861cb7c3ec4718c0522abe8677950a (patch)
treefd0ef5bcd48e0f8248bd19fd16450a138c9e167b /usr.bin/ftp
parent833218761701cca9c10897cc4fbb60fbc76ee634 (diff)
downloadFreeBSD-src-180527062b861cb7c3ec4718c0522abe8677950a.zip
FreeBSD-src-180527062b861cb7c3ec4718c0522abe8677950a.tar.gz
optarg and optind are declared in unistd.h.
h_error is declared in netdb.h
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r--usr.bin/ftp/ftp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/ftp/ftp.c b/usr.bin/ftp/ftp.c
index 1862333..abbad7f 100644
--- a/usr.bin/ftp/ftp.c
+++ b/usr.bin/ftp/ftp.c
@@ -76,8 +76,6 @@ __RCSID_SOURCE("$NetBSD: ftp.c,v 1.29.2.1 1997/11/18 01:01:04 mellon Exp $");
#define NI_WITHSCOPEID 0
#endif
-extern int h_errno;
-
int data = -1;
int abrtflag = 0;
jmp_buf ptabort;
OpenPOWER on IntegriCloud