PERFORCE change 95102 for review

John Birrell jb at FreeBSD.org
Wed Apr 12 22:41:33 UTC 2006


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

Change 95102 by jb at 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>


More information about the p4-projects mailing list