PERFORCE change 95113 for review

John Birrell jb at FreeBSD.org
Wed Apr 12 23:29:14 UTC 2006


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

Change 95113 by jb at jb_freebsd2 on 2006/04/12 23:29:08

	Include a compatibility header via '!defined(sun)'.

Affected files ...

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

Differences ...

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

@@ -29,6 +29,9 @@
 
 #pragma ident	"@(#)gelf.h	1.14	05/06/08 SMI"
 
+#if !defined(sun)
+#include <opensolaris/compat/sys/types.h>
+#endif
 #include <sys/feature_tests.h>
 
 #include <libelf.h>


More information about the p4-projects mailing list