PERFORCE change 95063 for review

John Birrell jb at FreeBSD.org
Wed Apr 12 09:18:18 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95063

Change 95063 by jb at 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>
 


More information about the p4-projects mailing list