PERFORCE change 103912 for review

John Birrell jb at FreeBSD.org
Mon Aug 14 21:22:00 UTC 2006


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

Change 103912 by jb at jb_freebsd2 on 2006/08/14 21:21:58

	Add ELF compatibiity definitions for OpenSolaris these are only
	enabled if _SOLARIS_C_SOURCE is defined.

Affected files ...

.. //depot/projects/dtrace/src/include/elf.h#3 edit
.. //depot/projects/dtrace/src/sys/sys/_elf_solaris.h#1 add

Differences ...

==== //depot/projects/dtrace/src/include/elf.h#3 (text+ko) ====

@@ -38,4 +38,8 @@
 #include <sys/elf32.h>
 #include <sys/elf64.h>
 
+#ifdef _SOLARIS_C_SOURCE
+#include <sys/_elf_solaris.h>
+#endif
+
 #endif /* !_ELF_H_ */


More information about the p4-projects mailing list