clang warns about some of the strlcpy arguments here, which aren't the
authortedu <tedu@openbsd.org>
Thu, 27 Apr 2017 16:09:32 +0000 (16:09 +0000)
committertedu <tedu@openbsd.org>
Thu, 27 Apr 2017 16:09:32 +0000 (16:09 +0000)
commit6552fbeafa3b48ef00562cfdc77596a243a06059
treed0676d1f83b48aea8cf636537f1b68b4368de1d5
parente389019dfdd148e696bc22fa5cddaeb3c3c2eef6
clang warns about some of the strlcpy arguments here, which aren't the
typical idiom because there's invisible size dependencies. rewrite some
of it to use memcpy, which makes clear the lengths are the same.
usr.sbin/rebound/rebound.c