On NetBSD, compilation fails with:
get-env.c:57:2: error: #error Use of getenv_r not implemented. #error Use of getenv_r not implemented. ^
I'll attach a patch implementing the missing function.
On NetBSD, compilation fails with:
get-env.c:57:2: error: #error Use of getenv_r not implemented. #error Use of getenv_r not implemented. ^
I'll attach a patch implementing the missing function.
Thank you. I think you can update the comment below the implementation now ("/* FIXME: Implement this when we have the specification for it. */) and the #error line.