Source-Changes-HG archive

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

[src/trunk]: src/sbin/disklabel Add an arch_endian entry for x86_64.



details:   https://anonhg.NetBSD.org/src/rev/c75eabeeace5
branches:  trunk
changeset: 786654:c75eabeeace5
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun May 05 15:59:42 2013 +0000

description:
Add an arch_endian entry for x86_64.

diffstat:

 sbin/disklabel/main.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 36ae5144a4aa -r c75eabeeace5 sbin/disklabel/main.c
--- a/sbin/disklabel/main.c     Sun May 05 14:24:05 2013 +0000
+++ b/sbin/disklabel/main.c     Sun May 05 15:59:42 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.31 2013/05/03 21:23:36 matt Exp $   */
+/*     $NetBSD: main.c,v 1.32 2013/05/05 15:59:42 skrll Exp $  */
 
 /*
  * Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -76,7 +76,7 @@
 static char sccsid[] = "@(#)disklabel.c        8.4 (Berkeley) 5/4/95";
 /* from static char sccsid[] = "@(#)disklabel.c        1.2 (Symmetric) 11/28/85"; */
 #else
-__RCSID("$NetBSD: main.c,v 1.31 2013/05/03 21:23:36 matt Exp $");
+__RCSID("$NetBSD: main.c,v 1.32 2013/05/05 15:59:42 skrll Exp $");
 #endif
 #endif /* not lint */
 
@@ -305,6 +305,7 @@
        { LITTLE_ENDIAN, "mips64el" },
        { LITTLE_ENDIAN, "sh3el" },
        { LITTLE_ENDIAN, "vax" },
+       { LITTLE_ENDIAN, "x86_64" },
 
        { BIG_ENDIAN, "armeb" },
        { BIG_ENDIAN, "earmeb" },



Home | Main Index | Thread Index | Old Index