PERFORCE change 110921 for review
John Birrell
jb at FreeBSD.org
Sat Dec 2 18:14:13 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=110921
Change 110921 by jb at jb_freebsd8 on 2006/12/03 02:14:02
Fix a mis-merge.
Affected files ...
.. //depot/projects/dtrace/src/contrib/opensolaris/tools/ctf/cvt/ctf.c#9 edit
Differences ...
==== //depot/projects/dtrace/src/contrib/opensolaris/tools/ctf/cvt/ctf.c#9 (text) ====
@@ -461,7 +461,6 @@
{
resbuf_t *rb = (resbuf_t *)data;
int rc;
- resbuf_t *rb = (resbuf_t *) arg;
rb->rb_zstr.next_out = (Bytef *)rb->rb_ptr;
rb->rb_zstr.avail_out = rb->rb_size - (rb->rb_ptr - rb->rb_base);
More information about the p4-projects
mailing list