Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mipsco/include Make this the same as the other MIPS...



details:   https://anonhg.NetBSD.org/src/rev/74902c1dba9e
branches:  trunk
changeset: 514514:74902c1dba9e
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Sep 04 07:24:23 2001 +0000

description:
Make this the same as the other MIPS ports; ok'd by Wayne Knowles.

diffstat:

 sys/arch/mipsco/include/endian.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (10 lines):

diff -r 5b4edb0ebf74 -r 74902c1dba9e sys/arch/mipsco/include/endian.h
--- a/sys/arch/mipsco/include/endian.h  Tue Sep 04 07:22:03 2001 +0000
+++ b/sys/arch/mipsco/include/endian.h  Tue Sep 04 07:24:23 2001 +0000
@@ -1,4 +1,3 @@
-/*     $NetBSD: endian.h,v 1.1 2000/08/12 22:58:18 wdk Exp $   */
+/*     $NetBSD: endian.h,v 1.2 2001/09/04 07:24:23 simonb Exp $        */
 
-#define _BYTE_ORDER _BIG_ENDIAN
-#include <mips/endian.h>
+#include <sys/endian.h>



Home | Main Index | Thread Index | Old Index