aboutsummaryrefslogtreecommitdiffstats
path: root/testing/daemontools/0.76-errno.patch
diff options
context:
space:
mode:
authorJohannes Findeisen <you@hanez.org>2016-11-18 20:25:16 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2016-12-05 16:12:21 +0000
commit8e66643b26e958ab57aa9507d5ebd0ad9fa719a2 (patch)
treefe82af300ba8e655425521f78d7d5d48ca93cdde /testing/daemontools/0.76-errno.patch
parent1b30f2804b6f5c59ab10eec4d850332a762a15e3 (diff)
downloadaports-8e66643b26e958ab57aa9507d5ebd0ad9fa719a2.tar.bz2
aports-8e66643b26e958ab57aa9507d5ebd0ad9fa719a2.tar.xz
testing/daemontools: made APKBUILD more consistent
* fixed small errors in APKBUILD * switched to openrc-run in init script
Diffstat (limited to 'testing/daemontools/0.76-errno.patch')
-rw-r--r--testing/daemontools/0.76-errno.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/daemontools/0.76-errno.patch b/testing/daemontools/0.76-errno.patch
new file mode 100644
index 0000000000..3af157c462
--- /dev/null
+++ b/testing/daemontools/0.76-errno.patch
@@ -0,0 +1,11 @@
+--- src/error.h 2001-07-12 11:49:49.000000000 -0500
++++ src/error.h 2003-02-26 02:14:06.000000000 -0600
+@@ -3,7 +3,7 @@
+ #ifndef ERROR_H
+ #define ERROR_H
+
+-extern int errno;
++#include <errno.h>
+
+ extern int error_intr;
+ extern int error_nomem;