Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2007 10:23:49 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 127760 for review
Message-ID:  <200710191023.l9JANnct003215@repoman.freebsd.org>

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

Change 127760 by jb@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:



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