PERFORCE change 95120 for review

John Birrell jb at FreeBSD.org
Thu Apr 13 00:09:06 UTC 2006


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

Change 95120 by jb at 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"


More information about the p4-projects mailing list