opnsense-ports/databases/cdb/files/patch-error.h
Franco Fichtner 5ac47551bc */*: sync with upstream
Taken from: FreeBSD
2024-10-01 00:28:51 +02:00

11 lines
171 B
C

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