From 8b0e546465b3c53c8e165bc1c84d1f5e74feb6c6 Mon Sep 17 00:00:00 2001 From: Saverio Proto Date: Wed, 23 Apr 2014 23:21:08 +0200 Subject: [PATCH] =?utf8?q?The=20name=20errno=20conflicts=20with=20the=20re?= =?utf8?q?al=20errno:=20=E2=80=98=5F=5Ferrno=5Flocation=E2=80=99=20declare?= =?utf8?q?d=20as=20a=20function?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/meshlink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlink.h b/src/meshlink.h index 36548bf7..86d2587c 100644 --- a/src/meshlink.h +++ b/src/meshlink.h @@ -39,7 +39,7 @@ typedef enum { #ifndef MESHLINK_INTERNAL_H struct meshlink_handle { - meshlink_errno_t errno; /// Code of the last encountered error. + meshlink_errno_t meshlink_errno; /// Code of the last encountered error. const char *errstr; /// Textual representation of most recent error encountered. }; -- 2.39.2