aboutsummaryrefslogtreecommitdiff
path: root/comms/remserial
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-10-16 20:46:28 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-10-16 20:46:28 +0000
commitb135f13712c5a26b2bcacb9e23bda38cc563c5e5 (patch)
tree1f7a40498b2a5827362a6f640fe6a6bd1feb8157 /comms/remserial
parentd617b1b33eba4a52f63dd836e776ab27bbc4b825 (diff)
downloadports-b135f13712c5a26b2bcacb9e23bda38cc563c5e5.tar.gz
ports-b135f13712c5a26b2bcacb9e23bda38cc563c5e5.zip
Notes
Diffstat (limited to 'comms/remserial')
-rw-r--r--comms/remserial/files/patch-stty.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/remserial/files/patch-stty.c b/comms/remserial/files/patch-stty.c
index 89e948cc1502..9fa459ae49bf 100644
--- a/comms/remserial/files/patch-stty.c
+++ b/comms/remserial/files/patch-stty.c
@@ -1,6 +1,6 @@
---- ./stty.c.orig 2011-01-05 10:31:12.000000000 +0100
-+++ ./stty.c 2011-01-05 10:33:33.000000000 +0100
-@@ -29,6 +29,37 @@
+--- stty.c.orig 2015-10-16 20:44:42 UTC
++++ stty.c
+@@ -29,6 +29,31 @@
#define RFLG 4
#define BFLG 5
@@ -32,7 +32,7 @@
extern int errno;
static struct sttyset {
-@@ -91,7 +122,7 @@
+@@ -91,7 +116,7 @@ static struct sttyset {
{ "inlcr", IFLG, INLCR, INLCR },
{ "igncr", IFLG, IGNCR, IGNCR },
{ "icrnl", IFLG, ICRNL, ICRNL },