Use strlcpy() when the string is expected to be nul-terminated.
authordelphij <delphij@FreeBSD.org>
Tue, 6 Oct 2015 22:49:25 +0000 (22:49 +0000)
committerdelphij <delphij@FreeBSD.org>
Tue, 6 Oct 2015 22:49:25 +0000 (22:49 +0000)
commit1ce120cf1a253d6da6be3dab4ffe5ce99e6d03f1
tree0ac257d3da130465effcb3418a62cf50fb86cef0
parenta881a53a21e747ecd0f212544050d00b8ff78018
Use strlcpy() when the string is expected to be nul-terminated.

MFC after: 2 weeks
usr.sbin/watch/watch.c