summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2000-09-04 05:59:25 +0000
committerWarner Losh <imp@FreeBSD.org>2000-09-04 05:59:25 +0000
commitb07b8563ff4c0802ccb1cefdc6aca67c8896c6d1 (patch)
tree3c7a27b82273604b743bd90f19003de75ce710ae
parent7c62d872a58a1ac72a1e6b8f33a59cf244b1fcb8 (diff)
Notes
-rw-r--r--usr.bin/fold/fold.c2
-rw-r--r--usr.bin/from/from.c2
-rw-r--r--usr.bin/ftp/ftp.c2
3 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c
index 386caaffcea2..e402ae5bb316 100644
--- a/usr.bin/fold/fold.c
+++ b/usr.bin/fold/fold.c
@@ -64,8 +64,6 @@ main(argc, argv)
int argc;
char **argv;
{
- extern int optind;
- extern char *optarg;
register int ch;
int width;
char *p;
diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c
index 6b3320712f06..ff3581d25e8d 100644
--- a/usr.bin/from/from.c
+++ b/usr.bin/from/from.c
@@ -63,8 +63,6 @@ main(argc, argv)
int argc;
char **argv;
{
- extern char *optarg;
- extern int optind;
struct passwd *pwd;
int ch, count, newline;
char *file, *sender, *p;
diff --git a/usr.bin/ftp/ftp.c b/usr.bin/ftp/ftp.c
index 1862333608c4..abbad7f49712 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;