1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/setserial/ioctls.patch
Milan P. Stanić a8d7a02b32 testing/setserial: new aport
http://setserial.sourceforge.net/
tool for change various attributes of a serial device
2020-01-21 21:02:13 +01:00

14 lines
320 B
Diff

--- 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