Date: Wed, 12 Apr 2006 22:39:29 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 95101 for review Message-ID: <200604122239.k3CMdTH5046559@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95101 Change 95101 by jb@jb_freebsd2 on 2006/04/12 22:39:25 Only include Solaris system macros on Solaris. Affected files ... .. //depot/projects/dtrace/src/sys/contrib/opensolaris/common/ctf/ctf_impl.h#2 edit Differences ... ==== //depot/projects/dtrace/src/sys/contrib/opensolaris/common/ctf/ctf_impl.h#2 (text) ==== @@ -32,7 +32,9 @@ #include <sys/types.h> #include <sys/errno.h> +#if defined(sun) #include <sys/sysmacros.h> +#endif #include <sys/ctf_api.h> #ifdef _KERNEL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604122239.k3CMdTH5046559>