Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2006 02:34:54 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 103953 for review
Message-ID:  <200608150234.k7F2YsBI084255@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103953

Change 103953 by jb@jb_freebsd2 on 2006/08/15 02:34:36

	Fix compiler warnings.

Affected files ...

.. //depot/projects/dtrace/src/contrib/opensolaris/lib/libctf/common/ctf_subr.c#3 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/opensolaris/lib/libctf/common/ctf_subr.c#3 (text) ====

@@ -27,7 +27,6 @@
 #pragma ident	"@(#)ctf_subr.c	1.2	05/06/08 SMI"
 
 #include <ctf_impl.h>
-#include <libctf.h>
 #include <sys/mman.h>
 #include <stdarg.h>
 
@@ -58,7 +57,7 @@
 
 /*ARGSUSED*/
 void
-ctf_free(void *buf, size_t size)
+ctf_free(void *buf, __unused size_t size)
 {
 	free(buf);
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608150234.k7F2YsBI084255>