summaryrefslogtreecommitdiffstats
path: root/tools/kerneldoc/subsys
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2012-01-24 11:06:22 +0000
committernetchild <netchild@FreeBSD.org>2012-01-24 11:06:22 +0000
commit0d3cd12243df1b9ce97ad84b5e639aff51293522 (patch)
treeb232635c3eeab6dae4d160b870a86630c6d017bd /tools/kerneldoc/subsys
parent728e6ff16e41c425792b3b9c07acdff4489b5f59 (diff)
downloadFreeBSD-src-0d3cd12243df1b9ce97ad84b5e639aff51293522.zip
FreeBSD-src-0d3cd12243df1b9ce97ad84b5e639aff51293522.tar.gz
We are in FreeBSD 10 now: define __FreeBSD__ to 10.
Diffstat (limited to 'tools/kerneldoc/subsys')
-rw-r--r--tools/kerneldoc/subsys/common-Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kerneldoc/subsys/common-Doxyfile b/tools/kerneldoc/subsys/common-Doxyfile
index cdac7ab..2c42510 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 =
OpenPOWER on IntegriCloud