PERFORCE change 95284 for review

John Birrell jb at FreeBSD.org
Fri Apr 14 22:00:13 UTC 2006


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

Change 95284 by jb at jb_freebsd2 on 2006/04/14 22:00:11

	Include a compatibility header.

Affected files ...

.. //depot/projects/dtrace/src/contrib/opensolaris/lib/libctf/common/ctf_lib.c#2 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/opensolaris/lib/libctf/common/ctf_lib.c#2 (text) ====

@@ -35,6 +35,9 @@
 #endif
 #include <ctf_impl.h>
 #include <unistd.h>
+#if	!defined(sun)
+#include <opensolaris/compat/unistd.h>
+#endif
 #include <fcntl.h>
 #include <errno.h>
 #include <dlfcn.h>


More information about the p4-projects mailing list