PERFORCE change 134545 for review

Olivier Houchard cognet at FreeBSD.org
Thu Jan 31 05:49:32 PST 2008


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

Change 134545 by cognet at hulglah on 2008/01/31 13:49:01

	Use __MIPSEB__, not _MIPSEB

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/include/endian.h#11 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/include/endian.h#11 (text+ko) ====

@@ -115,7 +115,7 @@
 #define	__bswap64(x)	(__uint64_t)(__is_constant(x) ? __bswap64_const(x) : \
 	__bswap64_var(x))
 
-#ifdef _MIPSEB
+#ifdef __MIPSEB__
 #define	__htonl(x)	((__uint32_t)(x))
 #define	__htons(x)	((__uint16_t)(x))
 #define	__ntohl(x)	((__uint32_t)(x))


More information about the p4-projects mailing list