On Wed, 31 May 2023 11:00:37 +0200, Omar Polo wrote:
> After a report of a build fail with some old gcc on RHEL7 / Centos, I
> noticed that we're lacking the include time.h for time(3),
> clock_gettime(3) and localtime(3). Diff below adds it in all the
> missing files. I'm also including sys/tim
Another boring diff from opensmtpd-portable.
After a report of a build fail with some old gcc on RHEL7 / Centos, I
noticed that we're lacking the include time.h for time(3),
clock_gettime(3) and localtime(3). Diff below adds it in all the
missing files. I'm also including sys/time.h in smtpd.h,