PERFORCE change 135016 for review

John Birrell jb at FreeBSD.org
Thu Feb 7 21:47:34 PST 2008


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

Change 135016 by jb at jb_freebsd1 on 2008/02/08 05:47:05

	Make a function static to match amd64 (and make the %^&# thing
	compile :-/ )

Affected files ...

.. //depot/projects/dtrace/src/sys/cddl/dev/dtrace/i386/dtrace_subr.c#9 edit

Differences ...

==== //depot/projects/dtrace/src/sys/cddl/dev/dtrace/i386/dtrace_subr.c#9 (text+ko) ====

@@ -193,7 +193,7 @@
 	critical_exit();
 }
 
-void
+static void
 dtrace_sync_func(void)
 {
 }


More information about the p4-projects mailing list