summaryrefslogtreecommitdiff
path: root/distrib/common
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-09-18 15:27:37 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-09-18 15:27:37 +0000
commitcb3ed8144ef5a457e6e4cae3b5aa7847d1f5d99c (patch)
tree81ce33fd3737c2da29dd1a529ae8e1843a796a11 /distrib/common
parentc7bf7febe7db9ce8a463306f405dc972b6318b40 (diff)
sparc64 is 64 bit too
Diffstat (limited to 'distrib/common')
-rw-r--r--distrib/common/elfrdsetroot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/common/elfrdsetroot.c b/distrib/common/elfrdsetroot.c
index dfa786720f5..d3f8c97e685 100644
--- a/distrib/common/elfrdsetroot.c
+++ b/distrib/common/elfrdsetroot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: elfrdsetroot.c,v 1.1 2001/09/18 15:24:18 jason Exp $ */
+/* $OpenBSD: elfrdsetroot.c,v 1.2 2001/09/18 15:27:36 jason Exp $ */
/* $NetBSD: rdsetroot.c,v 1.2 1995/10/13 16:38:39 gwr Exp $ */
/*
@@ -44,7 +44,7 @@
#include <unistd.h>
#include <nlist.h>
-#ifdef __alpha__ /* XXXXXXX */
+#if defined(__alpha__) || defined(__sparc64__) /* XXXXXX */
#define ELFSIZE 64
#else
#define ELFSIZE 32