Remove unnecesary local changes. The strncpy()'s are safe because
authormillert <millert@openbsd.org>
Tue, 21 Jan 1997 04:52:44 +0000 (04:52 +0000)
committermillert <millert@openbsd.org>
Tue, 21 Jan 1997 04:52:44 +0000 (04:52 +0000)
commita7a49c4293632f928f852ca6367d4e74574dd170
tree0931321eb8ec7de0ad3791df5b601f155d675852
parent7b274c4632cc91a5cf6d9d84feb9963fee057f0c
Remove unnecesary local changes.  The strncpy()'s are safe because
the string is static and so the last element is always init'd to
zero.
lib/libc/time/localtime.c
lib/libc/time/zdump.c