Back out tzset(3) change, it is not effective.
authormillert <millert@openbsd.org>
Fri, 29 Mar 2024 01:16:30 +0000 (01:16 +0000)
committermillert <millert@openbsd.org>
Fri, 29 Mar 2024 01:16:30 +0000 (01:16 +0000)
usr.bin/mandoc/main.c

index 321d6c5..1192416 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.264 2024/03/29 01:01:00 millert Exp $ */
+/* $OpenBSD: main.c,v 1.265 2024/03/29 01:16:30 millert Exp $ */
 /*
  * Copyright (c) 2010-2012, 2014-2021 Ingo Schwarze <schwarze@openbsd.org>
  * Copyright (c) 2008-2012 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -391,9 +391,6 @@ main(int argc, char *argv[])
                argv += optind;
        }
 
-       /* Avoid repeated TZ lookups, especially for makewhatis. */
-       tzset();
-
        /*
         * Quirks for help(1) and man(1),
         * in particular for a section argument without -s.