aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2020-05-07 09:04:42 -0500
committerBrent Cook <busterb@gmail.com>2020-05-07 09:04:42 -0500
commit442a969ed4f82005b343517e80e19120f1fa56db (patch)
tree7ee84a54929c95d9d0119aa7c946119804a2a4d5 /patches
parent049c874d76e2579e5b36d9700423ef18b8200348 (diff)
parent1fe779234937c7194ef5a11f383136eb005370d5 (diff)
downloadportable-442a969ed4f82005b343517e80e19120f1fa56db.tar.gz
portable-442a969ed4f82005b343517e80e19120f1fa56db.tar.bz2
portable-442a969ed4f82005b343517e80e19120f1fa56db.zip
Land #586, Enable handshake_table regression test
Diffstat (limited to 'patches')
-rw-r--r--patches/handshake_table.c.patch18
1 files changed, 18 insertions, 0 deletions
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 @@
1--- tests/handshake_table.c.orig Mon May 4 23:28:43 2020
2+++ tests/handshake_table.c Mon May 4 23:29:50 2020
3@@ -477,6 +477,7 @@
4 unsigned int depth = 0;
5 int ch, graphviz = 0, print = 0;
6
7+#ifndef _MSC_VER
8 while ((ch = getopt(argc, argv, "Cg")) != -1) {
9 switch (ch) {
10 case 'C':
11@@ -494,6 +495,7 @@
12
13 if (argc != 0)
14 usage();
15+#endif
16
17 if (graphviz && print)
18 usage();