Re: [tor-dev] C99 compatibility issue in torsocks

2022-12-18 Thread trinity pointard
Hi, thanks for reporting this. I opened a issue on torsocks tracker with the informations you provided: https://gitlab.torproject.org/tpo/core/torsocks/-/issues/40014 Regards, Trinity Pointard On Sat, 17 Dec 2022 at 16:18, Florian Weimer wrote: > > This patch is needed to avoid an implicit fun

[tor-dev] C99 compatibility issue in torsocks

2022-12-17 Thread Florian Weimer
This patch is needed to avoid an implicit function declaration: diff --git a/src/common/config-file.h b/src/common/config-file.h index 23e1c89d488b789c..e710c202fe099f61 100644 --- a/src/common/config-file.h +++ b/src/common/config-file.h @@ -109,6 +109,7 @@ int conf_file_set_allow_inbound(const c