Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Dec 2007 03:59:42 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 131453 for review
Message-ID:  <200712230359.lBN3xgE0083221@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=131453

Change 131453 by jb@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712230359.lBN3xgE0083221>