aboutsummaryrefslogtreecommitdiffstats
path: root/community/setserial/ioctls.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/setserial/ioctls.patch')
-rw-r--r--community/setserial/ioctls.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/setserial/ioctls.patch b/community/setserial/ioctls.patch
new file mode 100644
index 00000000000..36d16afd141
--- /dev/null
+++ b/community/setserial/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