PERFORCE change 95195 for review

John Birrell jb at FreeBSD.org
Fri Apr 14 00:01:08 UTC 2006


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

Change 95195 by jb at jb_freebsd2 on 2006/04/14 00:00:31

	Use our ELF headers, not the ones from OpenSolaris.

Affected files ...

.. //depot/projects/dtrace/src/contrib/opensolaris/head/libelf.h#2 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/opensolaris/head/libelf.h#2 (text) ====

@@ -33,7 +33,11 @@
 #pragma ident	"@(#)libelf.h	1.29	05/11/17 SMI"	/* SVr4.0 1.9	*/
 
 #include <sys/types.h>
+#if defined(sun)
 #include <sys/elf.h>
+#else
+#include <elf.h>
+#endif
 
 
 #ifdef	__cplusplus


More information about the p4-projects mailing list