]> git.proxmox.com Git - mirror_qemu.git/commit
acpi: remove strzcpy (strncpy-identical) function; just use strncpy
authorJim Meyering <meyering@redhat.com>
Thu, 4 Oct 2012 11:10:00 +0000 (13:10 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 5 Oct 2012 12:58:38 +0000 (07:58 -0500)
commit3cda346269784c234c7a296ff6851f36a1a9189d
tree3803a618c60adfad55a3e27575adc91f36dffe25
parent2e679780ae86c6ca8bc81efe0a376a0b99b09b8f
acpi: remove strzcpy (strncpy-identical) function; just use strncpy

Adjust all uses s/strzcpy/strncpy/ and mark these uses
of strncpy as "ok".

Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/acpi.c