PERFORCE change 95968 for review

John Birrell jb at FreeBSD.org
Sun Apr 23 23:34:00 UTC 2006


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

Change 95968 by jb at jb_freebsd2 on 2006/04/23 23:33:46

	Oops.

Affected files ...

.. //depot/projects/dtrace/src/sys/cddl/dev/dtrace/dtrace_context.c#3 edit

Differences ...

==== //depot/projects/dtrace/src/sys/cddl/dev/dtrace/dtrace_context.c#3 (text+ko) ====

@@ -37,6 +37,8 @@
 	 */
 #if defined(sun)
 	return (a[(uintptr_t)f]);
+else
+	return (0);
 #endif
 }
 


More information about the p4-projects mailing list