Skip to content

[th/no-gtimeval] log,dhcp: avoid deprecated GTimeVal API and use g_get_real_time()

Thomas Haller requested to merge th/no-gtimeval into main

GTimeVal is deprecated because it's not year 2038 safe (on architectures where gulong is 32 bit). Don't use it. It's easy to replace.

See-also: https://gitlab.gnome.org/GNOME/glib/-/commit/e3f88f311fe260bc1b57a8f1b84a4b7189956383

Merge request reports