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/dtrace Comment out curre...



details:   https://anonhg.NetBSD.org/src/rev/15e09996d98b
branches:  trunk
changeset: 335934:15e09996d98b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Jan 31 13:36:29 2015 +0000

description:
Comment out currently unused dtrace_dof_char function (for clang build).

diffstat:

 external/cddl/osnet/dist/uts/common/dtrace/dtrace.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 59f5f8ce0a40 -r 15e09996d98b external/cddl/osnet/dist/uts/common/dtrace/dtrace.c
--- a/external/cddl/osnet/dist/uts/common/dtrace/dtrace.c       Sat Jan 31 12:15:24 2015 +0000
+++ b/external/cddl/osnet/dist/uts/common/dtrace/dtrace.c       Sat Jan 31 13:36:29 2015 +0000
@@ -11758,6 +11758,7 @@
        return (dof);
 }
 
+#if 0
 #if !defined(sun)
 static __inline uchar_t
 dtrace_dof_char(char c) {
@@ -11792,6 +11793,7 @@
        return (0);
 }
 #endif
+#endif
 
 static dof_hdr_t *
 dtrace_dof_property(const char *name)



Home | Main Index | Thread Index | Old Index