Date: Wed, 12 Apr 2006 22:45:38 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 95103 for review Message-ID: <200604122245.k3CMjc3h049611@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95103 Change 95103 by jb@jb_freebsd2 on 2006/04/12 22:45:16 Only include Solaris system macros on Solaris. Affected files ... .. //depot/projects/dtrace/src/sys/contrib/opensolaris/common/ctf/ctf_lookup.c#2 edit Differences ... ==== //depot/projects/dtrace/src/sys/contrib/opensolaris/common/ctf/ctf_lookup.c#2 (text) ==== @@ -27,7 +27,9 @@ #pragma ident "@(#)ctf_lookup.c 1.6 06/01/07 SMI" +#if defined(sun) #include <sys/sysmacros.h> +#endif #include <ctf_impl.h> /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604122245.k3CMjc3h049611>