From c5d74e92745207d1c32345f3e12969348776dfc0 Mon Sep 17 00:00:00 2001 From: branch-fixup Date: Thu, 6 Sep 2007 16:07:51 +0000 Subject: [PATCH] Add files from parent branch HEAD: security/dropbear/patches/patch-af --- security/dropbear/patches/patch-af | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 security/dropbear/patches/patch-af diff --git a/security/dropbear/patches/patch-af b/security/dropbear/patches/patch-af new file mode 100644 index 000000000000..4a1dc2bcce55 --- /dev/null +++ b/security/dropbear/patches/patch-af @@ -0,0 +1,23 @@ +$NetBSD$ + +--- cli-runopts.c.orig 2007-08-08 11:39:36.000000000 -0400 ++++ cli-runopts.c +@@ -89,6 +89,9 @@ void cli_getopts(int argc, char ** argv) + #endif + char* dummy = NULL; /* Not used for anything real */ + ++ char* recv_window_arg = NULL; ++ char* keepalive_arg = NULL; ++ + /* see printhelp() for options */ + cli_opts.progname = argv[0]; + cli_opts.remotehost = NULL; +@@ -114,8 +117,6 @@ void cli_getopts(int argc, char ** argv) + opts.ipv6 = 1; + */ + opts.recv_window = DEFAULT_RECV_WINDOW; +- char* recv_window_arg = NULL; +- char* keepalive_arg = NULL; + + /* Iterate all the arguments */ + for (i = 1; i < (unsigned int)argc; i++) { -- 2.41.0