maxim 2006-06-14 15:09:52 UTC FreeBSD src repository Modified files: sbin/devfs devfs.c Log: o Revert a previous delta as strlcpy(3) operates with NUL-terminated strings and cp is not. Fix logic in the original code and eliminate core dumps on lines without '\n'. Revision Changes Path 1.7 +2 -1 src/sbin/devfs/devfs.c