summarylogtreecommitdiffstats
path: root/ioctls.patch
diff options
context:
space:
mode:
authorBartłomiej Piotrowski2018-01-05 18:02:13 +0100
committerBartłomiej Piotrowski2018-01-05 18:02:13 +0100
commite657b132398257755134d394fda5edb1df4253fd (patch)
tree1d5d0398ac7b36660c3064cdc722655eab33ca8d /ioctls.patch
downloadaur-e657b132398257755134d394fda5edb1df4253fd.tar.gz
Import from official repositories
Diffstat (limited to 'ioctls.patch')
-rw-r--r--ioctls.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/ioctls.patch b/ioctls.patch
new file mode 100644
index 000000000000..36d16afd141c
--- /dev/null
+++ b/ioctls.patch
@@ -0,0 +1,14 @@
+--- a/setserial.c 2000-01-27 16:40:52.000000000 +0100
++++ b/setserial.c 2014-03-26 18:53:04.720749160 +0100
+@@ -15,10 +15,8 @@
+ #include <termios.h>
+ #include <string.h>
+ #include <errno.h>
+-
+-#ifdef HAVE_ASM_IOCTLS_H
+ #include <asm/ioctls.h>
+-#endif
++
+ #ifdef HAVE_LINUX_HAYESESP_H
+ #include <linux/hayesesp.h>
+ #endif