diff options
author | Nita Vesa <werecatf@outlook.com> | 2022-02-19 11:21:47 +0200 |
---|---|---|
committer | Nita Vesa <werecatf@outlook.com> | 2022-03-18 02:02:46 +0200 |
commit | fbd47efd7eebab56e24a85a1ed9de0e60263b780 (patch) | |
tree | 59abeaa04bfacc9033b4f86e41d92aac34024be8 /net/gensio/patches | |
parent | 2d8e396be33463e7ba8df7f1ff3b08d0443e54cb (diff) |
gensio: Add new package
A library to abstract stream I/O like serial port, TCP, telnet,
UDP, SSL, IPMI SOL, etc.
Signed-off-by: Nita Vesa <werecatf@outlook.com>
Diffstat (limited to 'net/gensio/patches')
-rw-r--r-- | net/gensio/patches/100-musl-compat.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/gensio/patches/100-musl-compat.patch b/net/gensio/patches/100-musl-compat.patch new file mode 100644 index 000000000..da61fe741 --- /dev/null +++ b/net/gensio/patches/100-musl-compat.patch @@ -0,0 +1,11 @@ +--- a/tools/gensiotool.c ++++ b/tools/gensiotool.c +@@ -44,7 +44,7 @@ + #include <signal.h> + #include <errno.h> + #include <sys/types.h> +-#include <sys/unistd.h> ++#include <unistd.h> + #include <syslog.h> + #endif + |