summaryrefslogtreecommitdiff
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 cfc3d393e..9f3b860fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
120010923 120010923
2 - (bal) updated ssh.c to mirror minor getopts 'extern int' formating done 2 - (bal) updated ssh.c to mirror minor getopts 'extern int' formating done
3 by stevesk@ 3 by stevesk@
4 - (bal) Removed 'extern int optopt;' since it is dead wood.
4 5
520010923 620010923
6 - (bal) OpenBSD CVS Sync 7 - (bal) OpenBSD CVS Sync
@@ -6561,4 +6562,4 @@
6561 - Wrote replacements for strlcpy and mkdtemp 6562 - Wrote replacements for strlcpy and mkdtemp
6562 - Released 1.0pre1 6563 - Released 1.0pre1
6563 6564
6564$Id: ChangeLog,v 1.1557 2001/09/24 20:00:10 mouring Exp $ 6565$Id: ChangeLog,v 1.1558 2001/09/24 22:04:02 mouring Exp $
diff --git a/ssh.c b/ssh.c
index 6cee5c3ba..1130c8a0e 100644
--- a/ssh.c
+++ b/ssh.c
@@ -264,7 +264,6 @@ main(int ac, char **av)
264 struct passwd *pw; 264 struct passwd *pw;
265 int dummy; 265 int dummy;
266 uid_t original_effective_uid; 266 uid_t original_effective_uid;
267 extern int optopt;
268 extern int optind, optreset; 267 extern int optind, optreset;
269 extern char *optarg; 268 extern char *optarg;
270 269