PERFORCE change 95085 for review

John Birrell jb at FreeBSD.org
Wed Apr 12 21:22:51 UTC 2006


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

Change 95085 by jb at jb_freebsd2 on 2006/04/12 21:22:33

	Include compatibility header via !defined(sun).

Affected files ...

.. //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/intel/sys/machelf.h#2 edit

Differences ...

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

@@ -40,6 +40,9 @@
 #endif
 #ifndef	_ASM
 #include <sys/types.h>
+#if	!defined(sun)
+#include <opensolaris/compat/sys/types.h>
+#endif
 #include <sys/elf.h>
 #include <sys/link.h>	/* for Elf*_Dyn */
 #endif	/* _ASM */


More information about the p4-projects mailing list