Commit 5a403642 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Explicitly call tzset(3) because localtime_r(3) was documented by morons.

parent 67f28d0e
......@@ -1173,6 +1173,8 @@ main(int argc, char * const *argv)
AN(CTX.vsb);
VB64_init();
tzset(); // We use localtime_r(3)
while ((opt = getopt(argc, argv, vopt_spec.vopt_optstring)) != -1) {
switch (opt) {
case 'a':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment