Re: memset_explicit: Fix compilation error on some OpenSolaris derivatives

Collin Funk <[email protected]> Wed, 24 Apr 2024 18:09:32 -0700
Newsgroups gmane.comp.lib.gnulib.bugs,gmane.comp.gnu.inetutils.bugs
Message-ID <[email protected]>
Hi Simon,

On 4/24/24 6:22 AM, Simon Josefsson wrote:
> I think this was fairly common before.  If there had been a 'make
> syntax-check' rule for this, we would have caught it!  I have removed
> use of HAVE_CONFIG_H and fixed telnetd.h in Inetutils now, thanks.

Thanks! It showed up from some other files but I think those are all
*.c files including *.c files (ifconfig/system/*.c). That is the same
reason for some of the occurrences in gnulib tests too. Bruno's patch
fixed those for me, so everything should be good now.

Collin