mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-09 18:52:30 +01:00
15 lines
278 B
Diff
15 lines
278 B
Diff
--- ./devcfg.c.orig
|
|
+++ ./devcfg.c
|
|
@@ -41,6 +41,11 @@
|
|
|
|
#include <assert.h>
|
|
|
|
+#ifndef TIOCSRS485
|
|
+#define TIOCSRS485 0x542F
|
|
+#endif
|
|
+
|
|
+
|
|
struct devcfg_data {
|
|
/* Information about the terminal device. */
|
|
char *devname; /* The full path to the device */
|