HomeFreeBSD

Use a better idiom for finding UTC prefixed timezones

Description

Use a better idiom for finding UTC prefixed timezones

Instead of copy-pasting the string literal for "UTC" 3 times and using
strlen, use a static char[3] buffer and sizeof(..).

MFC after: 3 days
X-MFC with: r298507
Submitted by: kib
Sponsored by: EMC / Isilon Storage Division

Details

Provenance
ngieAuthored on
Parents
rS298749: Document PCI_RES_BUS as a possible resource type.
Branches
Unknown
Tags
Unknown