FelipeMdeO commented on code in PR #3532:
URL: https://github.com/apache/nuttx-apps/pull/3532#discussion_r3460855708


##########
netutils/dropbear/patch/0003-guard-environ-declaration-for-nuttx.patch:
##########
@@ -0,0 +1,14 @@
+--- a/src/includes.h
++++ b/src/includes.h
+@@ -184,7 +184,11 @@ typedef u_int32_t uint32_t;
+ #include <dlfcn.h>
+ #endif
+ 
++#ifdef DROPBEAR_NUTTX
++/* NuttX provides environ as a macro in stdlib.h. */
++#else
+ extern char** environ;

Review Comment:
   waiting for @mkj review: https://github.com/mkj/dropbear/pull/453



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to