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/lib/libdtrace/common need to undef ...



details:   https://anonhg.NetBSD.org/src/rev/ffefba36bba7
branches:  trunk
changeset: 827632:ffefba36bba7
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Nov 06 03:51:37 2017 +0000

description:
need to undef KERN_ELFSIZE too here...

diffstat:

 external/cddl/osnet/dist/lib/libdtrace/common/dt_link.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r e627d836c955 -r ffefba36bba7 external/cddl/osnet/dist/lib/libdtrace/common/dt_link.c
--- a/external/cddl/osnet/dist/lib/libdtrace/common/dt_link.c   Mon Nov 06 03:50:33 2017 +0000
+++ b/external/cddl/osnet/dist/lib/libdtrace/common/dt_link.c   Mon Nov 06 03:51:37 2017 +0000
@@ -33,6 +33,7 @@
 #undef ELF32_MACHDEP_ID_CASES
 #undef ELF64_MACHDEP_ID_CASES
 #undef ELF64_MACHDEP_ENDIANNESS
+#undef KERN_ELFSIZE
 #undef ARCH_ELFSIZE
 #undef R_TYPE
 #endif



Home | Main Index | Thread Index | Old Index