mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
14 lines
320 B
Diff
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
|