The strlcpy() function ensures there is always a NUL character at the end of the string. Hence it is safer as strncpy() and it avoids the compiler warning
This patch is a part of the BSP source reorganization. Update #3285.