From 1fe779234937c7194ef5a11f383136eb005370d5 Mon Sep 17 00:00:00 2001 From: kinichiro Date: Mon, 4 May 2020 23:40:33 +0900 Subject: Enable regress handshake_table on Windows --- patches/handshake_table.c.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 patches/handshake_table.c.patch (limited to 'patches') diff --git a/patches/handshake_table.c.patch b/patches/handshake_table.c.patch new file mode 100644 index 0000000..46f2adb --- /dev/null +++ b/patches/handshake_table.c.patch @@ -0,0 +1,18 @@ +--- tests/handshake_table.c.orig Mon May 4 23:28:43 2020 ++++ tests/handshake_table.c Mon May 4 23:29:50 2020 +@@ -477,6 +477,7 @@ + unsigned int depth = 0; + int ch, graphviz = 0, print = 0; + ++#ifndef _MSC_VER + while ((ch = getopt(argc, argv, "Cg")) != -1) { + switch (ch) { + case 'C': +@@ -494,6 +495,7 @@ + + if (argc != 0) + usage(); ++#endif + + if (graphviz && print) + usage(); -- cgit v1.2.3-55-g6feb