diff options
author | Milan P. Stanić <mps@arvanta.net> | 2019-11-15 16:53:05 +0100 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2019-11-15 16:53:43 +0100 |
commit | d2b7f4074f1082687dd8044bbd41e8c2f879fed2 (patch) | |
tree | ee4404bad33ec63593e0726e2d3ed0314362077b /testing/libax25 | |
parent | 9e450874c8064d59e87132576fc6bd76fc598e75 (diff) | |
download | aports-d2b7f4074f1082687dd8044bbd41e8c2f879fed2.tar.bz2 aports-d2b7f4074f1082687dd8044bbd41e8c2f879fed2.tar.xz |
testing/libax25: revert removal of musl.patch
Diffstat (limited to 'testing/libax25')
-rw-r--r-- | testing/libax25/musl.patch | 10 |
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> |