]> git.ipfire.org Git - thirdparty/grub.git/commit
linux/hostdisk: use strncpy instead of strlcpy
authorAndrei Borzenkov <arvidjaar@gmail.com>
Tue, 27 Jan 2015 17:00:23 +0000 (20:00 +0300)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Tue, 27 Jan 2015 17:00:23 +0000 (20:00 +0300)
commit7ba137f6286dcd17a1104f1dfc6eb1f58c5ef743
tree32c287630f37795e7937251a52cf3a392f253f82
parent9ee5ae1fae1d7e19f76d4758d9658af90018b0f9
linux/hostdisk: use strncpy instead of strlcpy

strlcpy is not available on Linux as part of standard libraries.
It probably is not worth extra configure checks espicially as we
need to handle missing function anyway.
grub-core/osdep/linux/hostdisk.c