]> 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>
Mon, 10 Oct 2011 11:57:16 +0000 (13:57 +0200)
commitbfda68fdb11d4473684077392e42f7a81a0e5a75
tree09c47e8d3f6f8c62e97875e868fa54b2dbb51f21
parent13ba1df87ddd91bdd14c6df33bbdc39791f90fd7
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