Date: Thu, 13 Apr 2006 00:09:05 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 95120 for review Message-ID: <200604130009.k3D095vb094704@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95120 Change 95120 by jb@jb_freebsd2 on 2006/04/13 00:09:00 More Solaris POSIX incompatibility. Affected files ... .. //depot/projects/dtrace/src/contrib/opensolaris/cmd/sgs/libelf/misc/demangle.c#2 edit Differences ... ==== //depot/projects/dtrace/src/contrib/opensolaris/cmd/sgs/libelf/misc/demangle.c#2 (text) ==== @@ -33,7 +33,11 @@ #include <setjmp.h> #include <stdlib.h> #include <string.h> +#if defined(sun) #include <thread.h> +#else +#include <opensolaris/compat/thread.h> +#endif #include <note.h> #include "elf_dem.h" #include "String.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604130009.k3D095vb094704>