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 + #endif + ++#include + #include + + #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 */