PERFORCE change 127760 for review

John Birrell jb at FreeBSD.org
Fri Oct 19 03:23:49 PDT 2007


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

Change 127760 by jb at jb_freebsd1 on 2007/10/19 10:22:55

	Fix compiler warnings.

Affected files ...

.. //depot/projects/dtrace/src/contrib/csup/mux.c#3 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/csup/mux.c#3 (text) ====

@@ -782,7 +782,7 @@
 	struct buf *buf;
 	uint32_t winsize;
 	uint16_t hdrsize, size, len;
-	int error, id, iovcnt, what;
+	int error, id, iovcnt, what = 0;
 
 	m = (struct mux *)arg;
 again:


More information about the p4-projects mailing list