update patch

This commit is contained in:
Brent Cook 2022-03-21 05:27:12 -05:00
parent f6deadbec9
commit d7bf245b0c

View File

@ -1,6 +1,6 @@
--- tests/handshake_table.c.orig Sat Aug 22 18:51:52 2020 --- tests/handshake_table.c.orig Tue Mar 15 11:37:03 2022
+++ tests/handshake_table.c Fri Sep 4 04:04:26 2020 +++ tests/handshake_table.c Mon Mar 21 05:26:15 2022
@@ -479,6 +479,7 @@ @@ -518,6 +518,7 @@
unsigned int depth = 0; unsigned int depth = 0;
int ch, graphviz = 0, print = 0; int ch, graphviz = 0, print = 0;
@ -8,7 +8,7 @@
while ((ch = getopt(argc, argv, "Cg")) != -1) { while ((ch = getopt(argc, argv, "Cg")) != -1) {
switch (ch) { switch (ch) {
case 'C': case 'C':
@@ -496,6 +497,7 @@ @@ -535,6 +536,7 @@
if (argc != 0) if (argc != 0)
usage(); usage();