]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
ext2fs,blkid: delete unused LIST_HEAD() macro
authorAndreas Dilger <adilger@dilger.ca>
Mon, 16 Dec 2013 04:26:38 +0000 (23:26 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 16 Dec 2013 04:26:39 +0000 (23:26 -0500)
commiteaf4403561c5822d3cdcc93092039d49d1c0375e
tree801084ff21620184f3b35d3bf6f0063cde022563
parent269da3b8068ecb0bdf8077b0f7b27f164203cb35
ext2fs,blkid: delete unused LIST_HEAD() macro

The LIST_HEAD() macro conflicts with the <sys/queue.h> declaration
of the same name.  Delete the unused LIST_HEAD() macro from the
libext2fs and libblkid headers to avoid compiler warnings.  It can
be replaced by INIT_LIST_HEAD() or LIST_HEAD_INIT() if needed.

Signed-off-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/blkid/list.h
lib/ext2fs/kernel-list.h