diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-10-16 20:46:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-10-16 20:46:28 +0000 |
commit | b135f13712c5a26b2bcacb9e23bda38cc563c5e5 (patch) | |
tree | 1f7a40498b2a5827362a6f640fe6a6bd1feb8157 /comms/remserial | |
parent | d617b1b33eba4a52f63dd836e776ab27bbc4b825 (diff) | |
download | ports-b135f13712c5a26b2bcacb9e23bda38cc563c5e5.tar.gz ports-b135f13712c5a26b2bcacb9e23bda38cc563c5e5.zip |
Notes
Diffstat (limited to 'comms/remserial')
-rw-r--r-- | comms/remserial/files/patch-stty.c | 8 |
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 }, |