PERFORCE change 95061 for review

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


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

Change 95061 by jb at jb_freebsd2 on 2006/04/12 09:08:01

	Add some compatibility headers to munge FreeBSD's definitions into those
	expected by OpenSolaris.
	
	The file names here match the Solaris header files in which the things
	are defined natively. I guess that means that these are covered by the
	CDDL.

Affected files ...

.. //depot/projects/dtrace/src/cddl/usr.bin/sgsmsg/Makefile#4 edit
.. //depot/projects/dtrace/src/contrib/opensolaris/compat/assert.h#1 add
.. //depot/projects/dtrace/src/contrib/opensolaris/compat/sys/mman.h#1 add
.. //depot/projects/dtrace/src/contrib/opensolaris/compat/sys/param.h#1 add
.. //depot/projects/dtrace/src/contrib/opensolaris/compat/sys/stat.h#1 add
.. //depot/projects/dtrace/src/contrib/opensolaris/compat/sys/synch.h#1 add
.. //depot/projects/dtrace/src/contrib/opensolaris/compat/sys/types.h#1 add
.. //depot/projects/dtrace/src/contrib/opensolaris/compat/thread.h#1 add

Differences ...

==== //depot/projects/dtrace/src/cddl/usr.bin/sgsmsg/Makefile#4 (text+ko) ====

@@ -13,8 +13,7 @@
 CFLAGS+=	-I${.CURDIR}/../../.. \
 		-I${.CURDIR}/../../../contrib \
 		-I${OPENSOLARIS_USR_DISTDIR}/cmd/sgs/include \
-		-I${OPENSOLARIS_SYS_DISTDIR}/uts/common \
-		-I${OPENSOLARIS_SYS_DISTDIR}/common
+		-I${OPENSOLARIS_SYS_DISTDIR}/uts/common
 
 .if ${MACHINE_ARCH} == "i386"
 CFLAGS+=	-I${OPENSOLARIS_SYS_DISTDIR}/uts/intel


More information about the p4-projects mailing list