Module Name:    src
Committed By:   skrll
Date:           Sun May  5 15:59:43 UTC 2013

Modified Files:
        src/sbin/disklabel: main.c

Log Message:
Add an arch_endian entry for x86_64.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sbin/disklabel/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/disklabel/main.c
diff -u src/sbin/disklabel/main.c:1.31 src/sbin/disklabel/main.c:1.32
--- src/sbin/disklabel/main.c:1.31	Fri May  3 21:23:36 2013
+++ src/sbin/disklabel/main.c	Sun May  5 15:59:42 2013
@@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 19
 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 @@ static const struct arch_endian {
 	{ LITTLE_ENDIAN, "mips64el" },
 	{ LITTLE_ENDIAN, "sh3el" },
 	{ LITTLE_ENDIAN, "vax" },
+	{ LITTLE_ENDIAN, "x86_64" },
 
 	{ BIG_ENDIAN, "armeb" },
 	{ BIG_ENDIAN, "earmeb" },

Reply via email to