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.

Modified files:

Index: src/external/cddl/osnet/dist/uts/common/sys/debug.h
diff -u src/external/cddl/osnet/dist/uts/common/sys/debug.h:1.2 src/external/cddl/osnet/dist/uts/common/sys/debug.h:1.3
--- src/external/cddl/osnet/dist/uts/common/sys/debug.h:1.2	Tue Dec 14 14:08:42 2010
+++ src/external/cddl/osnet/dist/uts/common/sys/debug.h	Sat Jan 23 15:45:42 2016
@@ -29,7 +29,6 @@
 #ifndef _SYS_DEBUG_H
 #define	_SYS_DEBUG_H
 
-#include <sys/isa_defs.h>
 #include <sys/types.h>
 #include <sys/note.h>
 

Reply via email to