diff options
| author | skrll <skrll@NetBSD.org> | 2013-05-05 15:59:42 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2013-05-05 15:59:42 +0000 |
| commit | 0f19335b0362242942674c80017d4874a542a103 (patch) | |
| tree | ca9dd627e89ef33945b21630c4320e4ae70e5d2e /sbin/disklabel | |
| parent | eb0a8cb16c30bec408459b31cc6987a23cded46a (diff) | |
Add an arch_endian entry for x86_64.
Diffstat (limited to 'sbin/disklabel')
| -rw-r--r-- | sbin/disklabel/main.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/disklabel/main.c b/sbin/disklabel/main.c index 69f8de6b327..13bb8905aa9 100644 --- a/sbin/disklabel/main.c +++ b/sbin/disklabel/main.c @@ -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, 1993\ 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" }, |
