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