1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/testing/daemontools/0.76-errno.patch
Johannes Findeisen 8e66643b26 testing/daemontools: made APKBUILD more consistent
* fixed small errors in APKBUILD
* switched to openrc-run in init script
2016-12-05 16:12:21 +00:00

11 lines
246 B
Diff

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