CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/28 19:01:00
Modified files:
usr.bin/mandoc : main.c
Log message:
Call tzset() in main() so we don't need to check TZ repeatedly.
This has the greatest impact on makewhatis, which used to make
thousands of calls to issetugid(2) via localtime(3) and strftime(3).
Inspired by a different diff from miod@. OK miod@
