opnsense-ports/sysutils/daemontools/files/patch-error.h
Franco Fichtner 86abf5ac44 */*: sync with upstream
Taken from: FreeBSD
2024-10-07 20:26:56 +02:00

11 lines
171 B
C

--- error.h.orig
+++ error.h
@@ -3,7 +3,7 @@
#ifndef ERROR_H
#define ERROR_H
-extern int errno;
+#include <errno.h>
extern int error_intr;
extern int error_nomem;