]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: rename BUILD_BUG_ON_ZERO definition
authorSami Kerola <kerolasa@iki.fi>
Sat, 1 Oct 2011 11:58:51 +0000 (13:58 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 18 Oct 2011 12:22:27 +0000 (14:22 +0200)
commitadf2bef3c77ce6b66eb89f00d830c2b44e618fa4
tree4c2a442140a1972824a8030949058bd6aa904a98
parent960a734e3b3232633fc1508bcd78f112ecc3efa0
build-sys: rename BUILD_BUG_ON_ZERO definition

Definition name is changed to UL_BUILD_BUG_ON_ZERO to avoid collision
with a system header.

../include/c.h:72:1: warning: "BUILD_BUG_ON_ZERO" redefined
In file included from /usr/include/sys/sysinfo.h:25,
                 from dmesg.c:16:
/usr/include/linux/kernel.h:34:1: warning: this is the location of the previous definition

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
include/c.h