]> git.ipfire.org Git - thirdparty/util-linux.git/commit - sys-utils/lscpu.c
lscpu: avoid use of bzero() in favor of memset()
authorSami Kerola <kerolasa@iki.fi>
Sun, 13 Jul 2014 16:27:54 +0000 (17:27 +0100)
committerSami Kerola <kerolasa@iki.fi>
Sun, 13 Jul 2014 16:29:23 +0000 (17:29 +0100)
commit9dd2d497352da9727570ca5fd51d196cbe582be2
tree0b21e4b7e8e814707c3377245429543e61341d86
parent4636f0613de3d06e2a057d5d948fa85142758721
lscpu: avoid use of bzero() in favor of memset()

The bzero() is marked as LEGACY in POSIX.1-2001.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
sys-utils/lscpu.c