- (bal) Removed 'extern int optopt;' since it is dead wood.

This commit is contained in:
Ben Lindstrom 2001-09-24 22:04:02 +00:00
parent 5ccf63a974
commit 40a0d20913
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,7 @@
20010923 20010923
- (bal) updated ssh.c to mirror minor getopts 'extern int' formating done - (bal) updated ssh.c to mirror minor getopts 'extern int' formating done
by stevesk@ by stevesk@
- (bal) Removed 'extern int optopt;' since it is dead wood.
20010923 20010923
- (bal) OpenBSD CVS Sync - (bal) OpenBSD CVS Sync
@ -6561,4 +6562,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - 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 $

1
ssh.c
View File

@ -264,7 +264,6 @@ main(int ac, char **av)
struct passwd *pw; struct passwd *pw;
int dummy; int dummy;
uid_t original_effective_uid; uid_t original_effective_uid;
extern int optopt;
extern int optind, optreset; extern int optind, optreset;
extern char *optarg; extern char *optarg;