Files
gentoo/dev-db/cdb/files/cdb-errno.patch
Akinori Hattori 9370fcddf7 dev-db/cdb: update patches
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
2021-11-10 22:35:55 +09:00

12 lines
170 B
Diff

--- a/error.h
+++ b/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;