PERFORCE change 132460 for review

John Birrell jb at FreeBSD.org
Thu Jan 3 22:37:57 PST 2008


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

Change 132460 by jb at jb_freebsd1 on 2008/01/04 06:37:39

	Fix a mismerge. I guess.

Affected files ...

.. //depot/projects/dtrace/src/contrib/opensolaris/cmd/dtrace/dtrace.c#12 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/opensolaris/cmd/dtrace/dtrace.c#12 (text) ====

@@ -235,12 +235,6 @@
 	 */
 	dtrace_close(g_dtp);
 
-	/*
-	 * Close the DTrace handle to ensure that any controlled processes are
-	 * correctly restored and continued.
-	 */
-	dtrace_close(g_dtp);
-
 	exit(E_ERROR);
 }
 


More information about the p4-projects mailing list