PERFORCE change 103953 for review
John Birrell
jb at FreeBSD.org
Tue Aug 15 02:34:55 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=103953
Change 103953 by jb at 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);
}
More information about the p4-projects
mailing list