]> andersk Git - openssh.git/blobdiff - ssh.c
- (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension.
[openssh.git] / ssh.c
diff --git a/ssh.c b/ssh.c
index 98854d20c708ea0cfa6dc7b9e43aa158678743fe..374630f71fe3df2fe80a5a002ba0cfa06987b440 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -259,6 +259,10 @@ main(int ac, char **av)
        struct passwd *pw;
        int dummy;
        uid_t original_effective_uid;
+       extern int optopt;
+       extern int optind;
+       extern int optreset;
+       extern char *optarg;
 
        __progname = get_progname(av[0]);
        init_rng();
This page took 0.076441 seconds and 4 git commands to generate.