PERFORCE change 131453 for review

John Birrell jb at FreeBSD.org
Sat Dec 22 19:59:44 PST 2007


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

Change 131453 by jb at jb_freebsd1 on 2007/12/23 03:58:59

	The init functions are static on FreeBSD so they don't need to be
	declared here.

Affected files ...

.. //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/cyclic_impl.h#3 edit

Differences ...

==== //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/cyclic_impl.h#3 (text) ====

@@ -424,8 +424,10 @@
 	cyb_arg_t cyb_arg;
 } cyc_backend_t;
 
+#if defined(sun)
 extern void cyclic_init(cyc_backend_t *be, hrtime_t resolution);
 extern void cyclic_mp_init(void);
+#endif
 
 #ifdef DEBUG
 #define	CYCLIC_TRACE


More information about the p4-projects mailing list