- (bal) updated ssh.c to mirror minor getopts 'extern int' formating done

by stevesk@
This commit is contained in:
Ben Lindstrom 2001-09-24 20:00:10 +00:00
parent bffa1cb7f6
commit 5ccf63a974
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,7 @@
20010923
- (bal) updated ssh.c to mirror minor getopts 'extern int' formating done
by stevesk@
20010923 20010923
- (bal) OpenBSD CVS Sync - (bal) OpenBSD CVS Sync
- markus@cvs.openbsd.org 2001/09/23 11:09:13 - markus@cvs.openbsd.org 2001/09/23 11:09:13
@ -6557,4 +6561,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.1556 2001/09/23 13:58:38 mouring Exp $ $Id: ChangeLog,v 1.1557 2001/09/24 20:00:10 mouring Exp $

5
ssh.c
View File

@ -39,7 +39,7 @@
*/ */
#include "includes.h" #include "includes.h"
RCSID("$OpenBSD: ssh.c,v 1.143 2001/09/20 13:50:40 markus Exp $"); RCSID("$OpenBSD: ssh.c,v 1.144 2001/09/24 03:38:58 stevesk Exp $");
#include <openssl/evp.h> #include <openssl/evp.h>
#include <openssl/err.h> #include <openssl/err.h>
@ -265,8 +265,7 @@ main(int ac, char **av)
int dummy; int dummy;
uid_t original_effective_uid; uid_t original_effective_uid;
extern int optopt; extern int optopt;
extern int optind; extern int optind, optreset;
extern int optreset;
extern char *optarg; extern char *optarg;
__progname = get_progname(av[0]); __progname = get_progname(av[0]);