Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2006 23:00:14 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95364 for review
Message-ID:  <200604152300.k3FN0E97041451@repoman.freebsd.org>

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

Change 95364 by jb@jb_freebsd2 on 2006/04/15 22:59:17

	Compatibility cruft.

Affected files ...

.. //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/ctf.h#2 edit

Differences ...

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

@@ -30,6 +30,9 @@
 #pragma ident	"@(#)ctf.h	1.5	05/06/08 SMI"
 
 #include <sys/types.h>
+#if !defined(sun)
+#include <opensolaris/compat/sys/types.h>
+#endif
 
 #ifdef	__cplusplus
 extern "C" {



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