blob: 4171d7e87f2b1a411a386ba6a63deea90ae51f9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: b/usr/src/tools/protolist/protolist.c
===================================================================
--- a/usr/src/tools/protolist/protolist.c 2014-03-02 01:31:30.160894713 +0400
+++ b/usr/src/tools/protolist/protolist.c 2014-03-02 01:32:13.498099339 +0400
@@ -81,7 +81,7 @@
*/
#if defined(sparc)
#define ARCH_STR "sun"
-#elif defined(i386)
+#elif defined(i386) || defined(__x86_64)
#define ARCH_STR "i86"
#elif defined(__ppc)
#define ARCH_STR "prep"
|