From: Kevin B. <kev...@gm...> - 2025-03-20 02:01:04
|
On 2025/03/20 02:52, Kevin Zheng wrote: > > Could you check that the attached patch fixes some of the build warnings > that you reported? The supplied patch has removed the warnings. > Regarding initgroups(): it seems like on BSD this is available in > unistd.h, but on Linux it requires sys/types.h and grp.h. Could you test > that this fixes the problem? > > Regarding asprintf(): This apparently requires defining the feature test > macro _GNU_SOURCE on Linux. Could you confirm that defining this fixes > the warning, and also doesn't break things? ISTRT that _GNU_SOURCE macro has been added in, for some other compatability, in other source files. I'll take a look at the remaining two and get back to you. Another Kevin |