Module Name: src Committed By: christos Date: Mon Feb 1 02:12:55 UTC 2016
Modified Files: src/external/cddl/osnet/sys/sys: sysmacros.h types.h Added Files: src/external/cddl/osnet/sys/sys: opentypes.h Log Message: Split the opensolaris types into opentypes.h because linux includes sysmacros.h from types.h and we can't interpose ourselves to define the needed types otherwise. Disable unused macros, get rid of __APPLE__ To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/cddl/osnet/sys/sys/opentypes.h cvs rdiff -u -r1.6 -r1.7 src/external/cddl/osnet/sys/sys/sysmacros.h cvs rdiff -u -r1.16 -r1.17 src/external/cddl/osnet/sys/sys/types.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.