summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-09-24 22:04:02 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-09-24 22:04:02 +0000
commit40a0d20913cb8a1afa1ae4b0619215c9849d17ae (patch)
treecb2109f828258c300a211052bc094fd21c38fec1
parent5ccf63a9740ae0a1b5eed30572336c01abb18931 (diff)
- (bal) Removed 'extern int optopt;' since it is dead wood.
-rw-r--r--ChangeLog3
-rw-r--r--ssh.c1
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cfc3d393..9f3b860f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
20010923
- (bal) updated ssh.c to mirror minor getopts 'extern int' formating done
by stevesk@
+ - (bal) Removed 'extern int optopt;' since it is dead wood.
20010923
- (bal) OpenBSD CVS Sync
@@ -6561,4 +6562,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1557 2001/09/24 20:00:10 mouring Exp $
+$Id: ChangeLog,v 1.1558 2001/09/24 22:04:02 mouring Exp $
diff --git a/ssh.c b/ssh.c
index 6cee5c3b..1130c8a0 100644
--- a/ssh.c
+++ b/ssh.c
@@ -264,7 +264,6 @@ main(int ac, char **av)
struct passwd *pw;
int dummy;
uid_t original_effective_uid;
- extern int optopt;
extern int optind, optreset;
extern char *optarg;