Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/databases/cdb/files/patch-error.h
16461 views
1
--- error.h.orig
2
+++ error.h
3
@@ -1,7 +1,7 @@
4
#ifndef ERROR_H
5
#define ERROR_H
6
7
-extern int errno;
8
+#include <errno.h>
9
10
extern int error_intr;
11
extern int error_nomem;
12
13