Page MenuHomeFreeBSD

D39289.diff
No OneTemporary

D39289.diff

diff --git a/tools/build/Makefile b/tools/build/Makefile
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -78,7 +78,7 @@
SRCS+= futimens.c utimensat.c
.endif
-_WITH_EXPLICIT_BZERO!= grep -c explicit_bzero ${HOST_INCLUDE_ROOT}/strings.h || true
+_WITH_EXPLICIT_BZERO!= cat ${HOST_INCLUDE_ROOT}/strings.h ${HOST_INCLUDE_ROOT}/string.h | grep -c explicit_bzero || true
.if ${_WITH_EXPLICIT_BZERO} == 0
# .PATH: ${SRCTOP}/sys/libkern
# Adding sys/libkern to .PATH breaks building the cross-build compat library

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 8, 3:11 AM (10 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14526431
Default Alt Text
D39289.diff (524 B)

Event Timeline