]> pilppa.org Git - uci.git/blobdiff - uci.h
rename ctx->errno to ctx->err to avoid conflicts with a #define errno in the system...
[uci.git] / uci.h
diff --git a/uci.h b/uci.h
index 5cd36e0956ce5be777947cb1c32507e64ecb9e57..0850ad69fff7b2e862eb871d67bdc12091e9ba99 100644 (file)
--- a/uci.h
+++ b/uci.h
@@ -340,7 +340,7 @@ struct uci_context
        struct uci_list history_path;
 
        /* private: */
-       int errno;
+       int err;
        const char *func;
        jmp_buf trap;
        bool internal;