Attention is currently required from: Idwer Vollering.

Idwer Vollering uploaded patch set #2 to this change.

View Change

util/cbfstool: Do not set -D_XOPEN_SOURCE on FreeBSD

Fixes compilation on FreeBSD CURRENT, and possibly other releases.

The compiler, clang, complained about:
util/cbfstool/cbfstool.c:181:40: error: implicit declaration of function 'memmem' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
util/cbfstool/cbfstool.c:181:31: error: incompatible integer to pointer conversion initializing 'struct metadata_hash_anchor *' with an expression of type 'int' [-Werror,-Wint-conversion]

Signed-off-by: Idwer Vollering <vidwer@gmail.com>
Change-Id: I45c02a21709160df44fc8da329f6c4a9bad24478
---
M util/cbfstool/Makefile.inc
1 file changed, 4 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/53996/2

To view, visit change 53996. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I45c02a21709160df44fc8da329f6c4a9bad24478
Gerrit-Change-Number: 53996
Gerrit-PatchSet: 2
Gerrit-Owner: Idwer Vollering <vidwer@gmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@mailbox.org>
Gerrit-Attention: Idwer Vollering <vidwer@gmail.com>
Gerrit-MessageType: newpatchset