aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libax25/musl.patch
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2019-08-31 15:51:54 +0200
committerMilan P. Stanić <mps@arvanta.net>2019-11-14 21:27:25 +0100
commitc61ef6f909ec778f5a3008b0b60ead9e58a592fe (patch)
tree6ed170c5e34d54fa27062a587c7c326777f31122 /testing/libax25/musl.patch
parent1df08e11eef258354c40da4bf5bf484670f67e9e (diff)
downloadaports-c61ef6f909ec778f5a3008b0b60ead9e58a592fe.tar.bz2
aports-c61ef6f909ec778f5a3008b0b60ead9e58a592fe.tar.xz
testing/libax25: new aport
http://www.linux-ax25.org/wiki/Libax25 set of functions making it easier to write hamradio programs
Diffstat (limited to 'testing/libax25/musl.patch')
-rw-r--r--testing/libax25/musl.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/libax25/musl.patch b/testing/libax25/musl.patch
new file mode 100644
index 0000000000..1624485ca5
--- /dev/null
+++ b/testing/libax25/musl.patch
@@ -0,0 +1,10 @@
+--- a/daemon.c 2016-01-16 20:34:52.682900674 -0600
++++ b/daemon.c 2016-01-16 20:34:45.496900167 -0600
+@@ -3,6 +3,7 @@
+ #include <stdlib.h>
+ #include <signal.h>
+ #include <errno.h>
++#include <fcntl.h>
+
+ #include <sys/param.h>
+ #include <sys/file.h>