On Thu, 27 May 2021 13:14:30 +0200, Eric Faurot wrote: > New diff with small tweaks.
It looks like you are relying on sys/queue.h being included implicitly. Since smtpd.h uses the TAILQ macros, should it include sys/queue.h itself? - todd
On Thu, 27 May 2021 13:14:30 +0200, Eric Faurot wrote: > New diff with small tweaks.
It looks like you are relying on sys/queue.h being included implicitly. Since smtpd.h uses the TAILQ macros, should it include sys/queue.h itself? - todd