summaryrefslogtreecommitdiff
path: root/distrib/common/elfrdsetroot.c
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/common/elfrdsetroot.c')
-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