summaryrefslogtreecommitdiffstats
path: root/import-layers/yocto-poky/meta/recipes-support/libdaemon/libdaemon/fix-includes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/recipes-support/libdaemon/libdaemon/fix-includes.patch')
-rw-r--r--import-layers/yocto-poky/meta/recipes-support/libdaemon/libdaemon/fix-includes.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/import-layers/yocto-poky/meta/recipes-support/libdaemon/libdaemon/fix-includes.patch b/import-layers/yocto-poky/meta/recipes-support/libdaemon/libdaemon/fix-includes.patch
deleted file mode 100644
index 1027ae8e6..000000000
--- a/import-layers/yocto-poky/meta/recipes-support/libdaemon/libdaemon/fix-includes.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-musl complains
-fatal error: sys/unistd.h: No such file or directory
-and rightly so
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
-Upstream-Status: Pending
-
---- libdaemon-0.14.orig/examples/testd.c
-+++ libdaemon-0.14/examples/testd.c
-@@ -21,9 +21,9 @@
- #include <signal.h>
- #include <errno.h>
- #include <string.h>
-+#include <unistd.h>
- #include <sys/types.h>
- #include <sys/time.h>
--#include <sys/unistd.h>
- #include <sys/select.h>
-
- #include <libdaemon/dfork.h>
OpenPOWER on IntegriCloud