Date: Wed, 12 Apr 2006 09:18:17 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 95063 for review Message-ID: <200604120918.k3C9IHC7086674@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95063 Change 95063 by jb@jb_freebsd2 on 2006/04/12 09:17:31 Add FreeBSD compatibility includes to make this file compile. Affected files ... .. //depot/projects/dtrace/src/sys/contrib/opensolaris/common/avl/avl.c#2 edit Differences ... ==== //depot/projects/dtrace/src/sys/contrib/opensolaris/common/avl/avl.c#2 (text) ==== @@ -93,7 +93,12 @@ #include <sys/types.h> #include <sys/param.h> +#if defined(__FreeBSD__) +#include <opensolaris/compat/assert.h> +#include <opensolaris/compat/sys/types.h> +#else #include <sys/debug.h> +#endif #include <sys/avl.h> #include <sys/cmn_err.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604120918.k3C9IHC7086674>