Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2006 22:41:32 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95102 for review
Message-ID:  <200604122241.k3CMfWZ7048077@repoman.freebsd.org>

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

Change 95102 by jb@jb_freebsd2 on 2006/04/12 22:41:12

	Include a compatibility header via '!defined(sun)'.

Affected files ...

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

Differences ...

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

@@ -43,6 +43,9 @@
 #pragma ident	"@(#)ctf_api.h	1.4	05/06/08 SMI"
 
 #include <sys/types.h>
+#if	!defined(sun)
+#include <opensolaris/compat/sys/types.h>
+#endif
 #include <sys/param.h>
 #include <sys/elf.h>
 #include <sys/ctf.h>



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