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

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

Change 95085 by jb@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 */



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