PERFORCE change 96874 for review

John Birrell jb at FreeBSD.org
Tue May 9 20:49:30 UTC 2006


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

Change 96874 by jb at 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) {


More information about the p4-projects mailing list