Date: Sun, 3 Dec 2006 00:42:57 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 110897 for review Message-ID: <200612030042.kB30gvtb085904@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=110897 Change 110897 by jb@jb_freebsd8 on 2006/12/03 00:42:02 FreeBSD has elf.h, not sys/machelf.h Affected files ... .. //depot/projects/opensolaris/contrib/opensolaris/cmd/sgs/include/alist.h#3 edit Differences ... ==== //depot/projects/opensolaris/contrib/opensolaris/cmd/sgs/include/alist.h#3 (text) ==== @@ -39,7 +39,11 @@ #endif #include <sys/types.h> +#if defined(sun) #include <sys/machelf.h> +#else +#include <elf.h> +#endif #define ALO_DATA (sizeof (Alist) - sizeof (void *))
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612030042.kB30gvtb085904>