Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/cddl/osnet/dist/uts/common/sys Omit spurious includ...
details: https://anonhg.NetBSD.org/src/rev/bc681c2ce9f9
branches: trunk
changeset: 813282:bc681c2ce9f9
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Jan 23 15:45:42 2016 +0000
description:
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"
^
diffstat:
external/cddl/osnet/dist/uts/common/sys/debug.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r 8fd3f380ed34 -r bc681c2ce9f9 external/cddl/osnet/dist/uts/common/sys/debug.h
--- a/external/cddl/osnet/dist/uts/common/sys/debug.h Sat Jan 23 15:41:47 2016 +0000
+++ b/external/cddl/osnet/dist/uts/common/sys/debug.h Sat Jan 23 15:45:42 2016 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index