Date: Fri, 14 Apr 2006 00:01:07 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 95195 for review Message-ID: <200604140001.k3E017ql027161@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95195 Change 95195 by jb@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604140001.k3E017ql027161>