diff options
Diffstat (limited to 'usr.sbin/ssio/use_adf.c')
-rw-r--r-- | usr.sbin/ssio/use_adf.c | 3 |
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) { |