aboutsummaryrefslogtreecommitdiffstats
path: root/main/ser2net/TIOCSRS485.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-04 10:40:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-04 10:40:04 +0000
commit9c3d7803d404edf00aae12d4935aecf6e57e4acd (patch)
tree2d4e52b3892671bc15dcf5193fb7ffbe363287b3 /main/ser2net/TIOCSRS485.patch
parentd3da5b4c5af7ad9550a7521031f2546e3c645d7c (diff)
downloadaports-9c3d7803d404edf00aae12d4935aecf6e57e4acd.tar.bz2
aports-9c3d7803d404edf00aae12d4935aecf6e57e4acd.tar.xz
main/ser2net: upgrade to 2.10.0
Diffstat (limited to 'main/ser2net/TIOCSRS485.patch')
-rw-r--r--main/ser2net/TIOCSRS485.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/main/ser2net/TIOCSRS485.patch b/main/ser2net/TIOCSRS485.patch
new file mode 100644
index 0000000000..8afd46f57a
--- /dev/null
+++ b/main/ser2net/TIOCSRS485.patch
@@ -0,0 +1,14 @@
+--- ./devcfg.c.orig
++++ ./devcfg.c
+@@ -41,6 +41,11 @@
+
+ #include <assert.h>
+
++#ifndef TIOCSRS485
++#define TIOCSRS485 0x542F
++#endif
++
++
+ struct devcfg_data {
+ /* Information about the terminal device. */
+ char *devname; /* The full path to the device */