PERFORCE change 126886 for review

John Birrell jb at FreeBSD.org
Thu Sep 27 14:58:12 PDT 2007


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

Change 126886 by jb at jb_freebsd1 on 2007/09/27 21:57:47

	Reset to match CVS.

Affected files ...

.. //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/feature_tests.h#5 edit
.. //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/isa_defs.h#6 edit

Differences ...

==== //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/feature_tests.h#5 (text) ====

@@ -30,7 +30,6 @@
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
 
 #include <sys/ccompile.h>
-#include <sys/isa_defs.h>
 
 #ifdef	__cplusplus
 extern "C" {
@@ -142,8 +141,10 @@
  */
 
 #if __STDC_VERSION__ - 0 >= 199901L
+#ifndef _STDC_C99
 #define	_STDC_C99
 #endif
+#endif
 
 /*
  * Large file interfaces:

==== //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/isa_defs.h#6 (text) ====

@@ -229,9 +229,7 @@
 /*
  * Define the appropriate "processor characteristics"
  */
-#if	defined(sun)
 #define	_LITTLE_ENDIAN
-#endif
 #define	_STACK_GROWS_DOWNWARD
 #define	_LONG_LONG_LTOH
 #define	_BIT_FIELDS_LTOH
@@ -295,9 +293,7 @@
 /*
  * Define the appropriate "processor characteristics"
  */
-#if	defined(sun)
 #define	_LITTLE_ENDIAN
-#endif
 #define	_STACK_GROWS_DOWNWARD
 #define	_LONG_LONG_LTOH
 #define	_BIT_FIELDS_LTOH
@@ -382,9 +378,7 @@
  * Define the appropriate "processor characteristics" shared between
  * all Solaris on SPARC systems.
  */
-#if	defined(sun)
 #define	_BIG_ENDIAN
-#endif
 #define	_STACK_GROWS_DOWNWARD
 #define	_LONG_LONG_HTOL
 #define	_BIT_FIELDS_HTOL


More information about the p4-projects mailing list