1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 04:35:13 +03:00
aports/testing/libax25/musl.patch
Natanael Copa 8edd243fc3 testing/libax25: move from main
nothing in main needs it and upstream seems to be gone. Move to testing
to unblock 3.17 builds.
2022-10-25 11:19:42 +02:00

10 lines
249 B
Diff

--- 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>