]> www.infradead.org Git - mtd-utils.git/commit
rbtree: avoid redefining offsetof
authorMike Frysinger <vapier@gentoo.org>
Thu, 23 Sep 2010 02:13:40 +0000 (22:13 -0400)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Thu, 23 Sep 2010 13:33:05 +0000 (16:33 +0300)
commit5ac748832661e7924bafd06830a247b6ff34c8c3
tree60e5396fa4b5f1108a4ba418042e11eb561da39c
parentd8f0ae2f26898f652ad3af4536b5d0e4db37714f
rbtree: avoid redefining offsetof

Newer versions of gcc will define & export offsetof, so we don't
want to unconditionally define it.  Otherwise we hit:
In file included from mkfs.jffs2.c:76:0:
rbtree.h:134:0: warning: "offsetof" redefined
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.1/include/stddef.h:411:0: note:
this is the location of the previous definition

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
rbtree.h