-/* $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>
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.