aboutsummaryrefslogtreecommitdiff
path: root/comms/minicom/files
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2014-01-02 19:32:27 +0000
committerJohan van Selst <johans@FreeBSD.org>2014-01-02 19:32:27 +0000
commit250294032e6629fb63118cdc412c4633ebd312f3 (patch)
tree7e90ef78c4c0bdd50e5bea9bbcdf727eb164a7e5 /comms/minicom/files
parent1bf071adf0ffd2c1e836134624ba8716fc663435 (diff)
Notes
Diffstat (limited to 'comms/minicom/files')
-rw-r--r--comms/minicom/files/patch-ac6
-rw-r--r--comms/minicom/files/patch-src-script.c14
2 files changed, 14 insertions, 6 deletions
diff --git a/comms/minicom/files/patch-ac b/comms/minicom/files/patch-ac
index 05fee081d74b..c1235b5d38fb 100644
--- a/comms/minicom/files/patch-ac
+++ b/comms/minicom/files/patch-ac
@@ -1,6 +1,6 @@
---- src/updown.c.orig 2011-09-07 23:04:32.000000000 +0200
-+++ src/updown.c 2011-12-28 16:07:59.000000000 +0100
-@@ -296,7 +296,7 @@ void updown(int what, int nr)
+--- src/updown.c.orig 2013-12-08 11:25:06.000000000 +0100
++++ src/updown.c 2014-01-02 20:30:33.000000000 +0100
+@@ -298,7 +298,7 @@ void updown(int what, int nr)
do_log("%s", cmdline); /* jl 22.06.97 */
if (P_PFULL(g) == 'N') {
diff --git a/comms/minicom/files/patch-src-script.c b/comms/minicom/files/patch-src-script.c
index 6cc638522a92..e1a137ede73a 100644
--- a/comms/minicom/files/patch-src-script.c
+++ b/comms/minicom/files/patch-src-script.c
@@ -1,6 +1,14 @@
---- src/script.c.orig 2011-07-23 19:58:32.000000000 +0200
-+++ src/script.c 2011-12-28 16:07:59.000000000 +0100
-@@ -69,7 +69,7 @@ struct env {
+--- src/script.c.orig 2013-10-29 12:07:42.000000000 +0100
++++ src/script.c 2014-01-02 20:30:55.000000000 +0100
+@@ -32,6 +32,7 @@
+ #include <config.h>
+ #endif
+
++#include <sys/wait.h>
+ #include <stdarg.h>
+
+ #include "port.h"
+@@ -76,7 +77,7 @@ struct env {
struct env *curenv; /* Execution environment */
int gtimeout = 120; /* Global Timeout */
int etimeout = 0; /* Timeout in expect routine */