On Tue, 2016-10-11 at 23:06 +0900, Akihiko Odaki wrote: > This change also creates a new header file libeu.h to provide the > prototypes for the function of libeu. That hides the definition of function > crc32, which can conflict with zlib, from libelf. It also prevents mistakes > to refer those functions from a component which doesn't link with libeu, > such as libelf. Looks like a nice cleanup. I removed the now redundant sys/param.h includes from some other files (arlib2.c, objdump.c, ranlib.c, strip.c, i386_disasm.c, dwarf_getpubnames.c, libdw_alloc.c and arextract.c) and added ChangeLog entries. Pushed to master as commit 60b2bf1. Thanks, Mark