]> git.ipfire.org Git - thirdparty/suricata.git/commit
windows: use _tzname instead of tzname 13467/head
authorJason Ish <jason.ish@oisf.net>
Mon, 16 Jun 2025 22:34:36 +0000 (16:34 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 17 Jun 2025 13:37:45 +0000 (15:37 +0200)
commit17ed6f7b8ee345d359c3acad62e6ae9229fd8aa8
tree38637016dd34f9f1e94601dd22cfdc68f021b61e
parent106e09ed5702dc3072ee8dbcf32c8562157eabd2
windows: use _tzname instead of tzname

tzname is a POSIX variable, WIN32 has prefixed many POSIX variables
with "_". While Mingw64 supports both, UCRT64 emits a compiler warning
on the usage of "tzname".

This triggered a rather large clang-format update.
.github/workflows/builds.yml
src/util-strptime.c