Date: Fri, 14 Apr 2006 23:18:49 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 95289 for review Message-ID: <200604142318.k3ENInw9099655@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95289 Change 95289 by jb@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604142318.k3ENInw9099655>