Date: Tue, 15 Aug 2006 02:35:56 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 103954 for review Message-ID: <200608150235.k7F2ZuNE084385@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103954 Change 103954 by jb@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608150235.k7F2ZuNE084385>