From 02068a2420b927f5b22f4f380202429898937a4f Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Tue, 24 Jan 2012 11:06:22 +0000 Subject: [PATCH] We are in FreeBSD 10 now: define __FreeBSD__ to 10. --- tools/kerneldoc/subsys/common-Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kerneldoc/subsys/common-Doxyfile b/tools/kerneldoc/subsys/common-Doxyfile index cdac7abc9948..2c42510acc4b 100644 --- a/tools/kerneldoc/subsys/common-Doxyfile +++ b/tools/kerneldoc/subsys/common-Doxyfile @@ -231,7 +231,7 @@ INCLUDE_PATH = $(DOXYGEN_SRC_INCLUDE_PATH) \ . INCLUDE_FILE_PATTERNS = *.h PREDEFINED = _KERNEL \ - __FreeBSD__=9 \ + __FreeBSD__=10 \ __${TARGET_ARCH}__=1 \ __${TARGET_ARCH}=1 EXPAND_AS_DEFINED =