diff options
| author | Milan P. Stanić <mps@arvanta.net> | 2020-01-21 21:01:00 +0100 |
|---|---|---|
| committer | Milan P. Stanić <mps@arvanta.net> | 2020-01-21 21:02:13 +0100 |
| commit | a8d7a02b326982829385a184c2b54dcfb18e62a4 (patch) | |
| tree | 5a9cabb7f9ed7b605873010ad390a4d79dc751e4 /testing/setserial/ioctls.patch | |
| parent | babd636c5739bb665950f9bb52242b14a778e593 (diff) | |
| download | aports-a8d7a02b326982829385a184c2b54dcfb18e62a4.tar.bz2 aports-a8d7a02b326982829385a184c2b54dcfb18e62a4.tar.xz | |
testing/setserial: new aport
http://setserial.sourceforge.net/
tool for change various attributes of a serial device
Diffstat (limited to 'testing/setserial/ioctls.patch')
| -rw-r--r-- | testing/setserial/ioctls.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/setserial/ioctls.patch b/testing/setserial/ioctls.patch new file mode 100644 index 0000000000..36d16afd14 --- /dev/null +++ b/testing/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 |
