Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2006 20:49:29 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 96874 for review
Message-ID:  <200605092049.k49KnTdx085437@repoman.freebsd.org>

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

Change 96874 by jb@jb_freebsd2 on 2006/05/09 20:49:25

	Flush the output buffer as we go.

Affected files ...

.. //depot/projects/dtrace/src/contrib/opensolaris/lib/libdtrace/common/dt_subr.c#6 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/opensolaris/lib/libdtrace/common/dt_subr.c#6 (text) ====

@@ -652,6 +652,7 @@
 	}
 
 	n = vfprintf(fp, format, ap);
+	fflush(fp);
 	va_end(ap);
 
 	if (n < 0) {



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