blob: 36d16afd141cda8dd9b587815dd49994b086cde5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|