diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-09-24 22:04:02 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-09-24 22:04:02 +0000 |
commit | 40a0d20913cb8a1afa1ae4b0619215c9849d17ae (patch) | |
tree | cb2109f828258c300a211052bc094fd21c38fec1 | |
parent | 5ccf63a9740ae0a1b5eed30572336c01abb18931 (diff) |
- (bal) Removed 'extern int optopt;' since it is dead wood.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ssh.c | 1 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,7 @@ | |||
1 | 20010923 | 1 | 20010923 |
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 | ||
5 | 20010923 | 6 | 20010923 |
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 $ |
@@ -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 | ||