summaryrefslogtreecommitdiff
path: root/usr.sbin/ssio/use_adf.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-02-01 03:24:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-02-01 03:24:15 +0000
commit376a7976c0a22002c6750673c39178e703bed58b (patch)
tree3b4a8322b9b5e1e7e175d003e4ecf149fba0ce24 /usr.sbin/ssio/use_adf.c
parent28d59da957500734c9a5139d0d9bd7eea82eb36d (diff)
no need to extern int errno if errno.h is included
Diffstat (limited to 'usr.sbin/ssio/use_adf.c')
-rw-r--r--usr.sbin/ssio/use_adf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ssio/use_adf.c b/usr.sbin/ssio/use_adf.c
index ed070acba4a..ac3fc99b08e 100644
--- a/usr.sbin/ssio/use_adf.c
+++ b/usr.sbin/ssio/use_adf.c
@@ -1,4 +1,4 @@
-static char *rcs_id = "$Id: use_adf.c,v 1.4 1999/12/05 06:25:41 deraadt Exp $";
+static char *rcs_id = "$Id: use_adf.c,v 1.5 2000/02/01 03:24:14 deraadt Exp $";
/*
* Copyright (c) 1995 Kenneth Stailey
* All rights reserved.
@@ -64,7 +64,6 @@ main(int argc, char *argv[])
extern int optind;
extern char *optarg;
- extern int errno;
while ((c = getopt(argc, argv, "l:")) != -1) {
switch (c) {