Page MenuHomeFreeBSD

D43235.diff
No OneTemporary

D43235.diff

diff --git a/tools/build/test-includes/Makefile b/tools/build/test-includes/Makefile
--- a/tools/build/test-includes/Makefile
+++ b/tools/build/test-includes/Makefile
@@ -22,6 +22,10 @@
# Some files have to be clean for extra defines too...
CFLAGS.event.c= -D_WANT_KEVENT32 -D_WANT_FREEBSD11_KEVENT
+# We currently support C89 and newer compilers. Catch the odd little fussy
+# details like __inline that the header files must follow to support C89.
+CFLAGS+=-ansi
+
.include "badfiles.inc"
.for h c in ${HDRS:@x@$x ${x:S,/,_,g:R}.c@}

File Metadata

Mime Type
text/plain
Expires
Tue, Feb 11, 5:19 PM (9 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16598533
Default Alt Text
D43235.diff (544 B)

Event Timeline