Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2006 09:09:01 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95061 for review
Message-ID:  <200604120909.k3C991OT080801@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95061

Change 95061 by jb@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604120909.k3C991OT080801>