Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/compat Add PDP_ENDIAN definition, required for makefs ...
details: https://anonhg.NetBSD.org/src/rev/a3666b2158ae
branches: trunk
changeset: 769263:a3666b2158ae
user: jdc <jdc%NetBSD.org@localhost>
date: Mon Sep 05 07:38:52 2011 +0000
description:
Add PDP_ENDIAN definition, required for makefs (v7fs).
diffstat:
tools/compat/compat_defs.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 2eef86a914b9 -r a3666b2158ae tools/compat/compat_defs.h
--- a/tools/compat/compat_defs.h Mon Sep 05 04:36:50 2011 +0000
+++ b/tools/compat/compat_defs.h Mon Sep 05 07:38:52 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_defs.h,v 1.80 2011/08/27 18:33:22 joerg Exp $ */
+/* $NetBSD: compat_defs.h,v 1.81 2011/09/05 07:38:52 jdc Exp $ */
#ifndef __NETBSD_COMPAT_DEFS_H__
#define __NETBSD_COMPAT_DEFS_H__
@@ -1035,8 +1035,10 @@
#undef BIG_ENDIAN
#undef LITTLE_ENDIAN
+#undef PDP_ENDIAN
#define BIG_ENDIAN 4321
#define LITTLE_ENDIAN 1234
+#define PDP_ENDIAN 3412
#undef BYTE_ORDER
#if WORDS_BIGENDIAN
Home |
Main Index |
Thread Index |
Old Index