Module Name:    src
Committed By:   christos
Date:           Mon Nov  6 03:51:37 UTC 2017

Modified Files:
        src/external/cddl/osnet/dist/lib/libdtrace/common: dt_link.c

Log Message:
need to undef KERN_ELFSIZE too here...


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
    src/external/cddl/osnet/dist/lib/libdtrace/common/dt_link.c

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/lib/libdtrace/common/dt_link.c
diff -u src/external/cddl/osnet/dist/lib/libdtrace/common/dt_link.c:1.9 src/external/cddl/osnet/dist/lib/libdtrace/common/dt_link.c:1.10
--- src/external/cddl/osnet/dist/lib/libdtrace/common/dt_link.c:1.9	Thu Jan 12 18:12:59 2017
+++ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_link.c	Sun Nov  5 22:51:37 2017
@@ -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

Reply via email to