PERFORCE change 95289 for review
John Birrell
jb at FreeBSD.org
Fri Apr 14 23:18:52 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=95289
Change 95289 by jb at jb_freebsd2 on 2006/04/14 23:18:27
Include another compatibility header.
Affected files ...
.. //depot/projects/dtrace/src/contrib/opensolaris/lib/libctf/common/ctf_lib.c#3 edit
Differences ...
==== //depot/projects/dtrace/src/contrib/opensolaris/lib/libctf/common/ctf_lib.c#3 (text) ====
@@ -35,10 +35,11 @@
#endif
#include <ctf_impl.h>
#include <unistd.h>
+#include <fcntl.h>
#if !defined(sun)
+#include <opensolaris/compat/fcntl.h>
#include <opensolaris/compat/unistd.h>
#endif
-#include <fcntl.h>
#include <errno.h>
#include <dlfcn.h>
#include <gelf.h>
More information about the p4-projects
mailing list