mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
leave: we should also cache time zone
MFC after: 1 week
This commit is contained in:
parent
09ef538713
commit
08a38bb098
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ main(int argc, char **argv)
|
|||
if (setlocale(LC_TIME, "") == NULL)
|
||||
warn("setlocale");
|
||||
|
||||
caph_cache_tzdata();
|
||||
caph_cache_catpages();
|
||||
if (caph_limit_stdio() < 0 || caph_enter() < 0)
|
||||
err(EXIT_FAILURE, "capsicum");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue