Merge FreeBSD ifconfig.c rev 1.94, strlcpy() cannot be used if the source
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 17 Mar 2004 09:32:18 +0000 (09:32 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 17 Mar 2004 09:32:18 +0000 (09:32 +0000)
commitdd9efb7e7e020e69f3379a6a2cc6285d64b9db76
tree3da315760da4c0533037b5307060cfe51f9bf33f
parent701c199928f7358a47df066bb69017f92ff2f018
Merge FreeBSD ifconfig.c rev 1.94, strlcpy() cannot be used if the source
string is not terminated.  This is a clean rewrite of the (minor) patch and
not a direct MFC.

Reminded-by: Brooks Davis <brooks@one-eyed-alien.net>
sbin/ifconfig/ifconfig.c