PERFORCE change 103954 for review

John Birrell jb at FreeBSD.org
Tue Aug 15 02:35:57 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=103954

Change 103954 by jb at jb_freebsd2 on 2006/08/15 02:35:23

	Fix compiler warnings.

Affected files ...

.. //depot/projects/dtrace/src/sys/contrib/opensolaris/common/ctf/ctf_hash.c#2 edit

Differences ...

==== //depot/projects/dtrace/src/sys/contrib/opensolaris/common/ctf/ctf_hash.c#2 (text) ====

@@ -29,7 +29,7 @@
 
 #include <ctf_impl.h>
 
-static const ushort_t _CTF_EMPTY[1] = { 0 };
+static ushort_t _CTF_EMPTY[1] = { 0 };
 
 int
 ctf_hash_create(ctf_hash_t *hp, ulong_t nelems)


More information about the p4-projects mailing list