Module Name: src
Committed By: riastradh
Date: Sat Jan 23 15:45:42 UTC 2016
Modified Files:
src/external/cddl/osnet/dist/uts/common/sys: debug.h
Log Message:
Omit spurious include of <sys/isa_defs.h> in dtrace tools build.
Fixes dtrace tools cross-build from architectures with no dtrace
support:
# compile libctf/ctf_create.lo
[...]
/export/anoncvs/src/tools/libctf/../../external/cddl/osnet/sys/sys/isa_defs.h:50:2:
error: #error "architecture not supported"
#error "architecture not supported"
^
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/dist/uts/common/sys/debug.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.