PERFORCE change 96035 for review

John Birrell jb at FreeBSD.org
Mon Apr 24 23:45:00 UTC 2006


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

Change 96035 by jb at jb_freebsd2 on 2006/04/24 23:44:35

	Add a stub for a function in place of the ASM version.

Affected files ...

.. //depot/projects/dtrace/src/sys/cddl/dev/dtrace/dtrace_hacks.c#6 edit

Differences ...

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

@@ -209,3 +209,8 @@
 {
 	return 0;
 }
+void dtrace_probe_error(dtrace_state_t *a, dtrace_epid_t b, int c, int d,
+    int e, uintptr_t f)
+{
+	printf("dtrace_probe_error:\n");
+}


More information about the p4-projects mailing list