summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2001-09-11 03:13:14 +0000
committerjason <jason@openbsd.org>2001-09-11 03:13:14 +0000
commit4432c45b97772acdecd29826ae00a11877b4121e (patch)
treed1422094569a0dedb0fd12456266dc6be08df233
parentadd sparc64; op2@squish.org (diff)
downloadwireguard-openbsd-4432c45b97772acdecd29826ae00a11877b4121e.tar.xz
wireguard-openbsd-4432c45b97772acdecd29826ae00a11877b4121e.zip
sparc64 has 64 bit pointers, too
-rw-r--r--usr.sbin/dhcp/includes/cf/openbsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/dhcp/includes/cf/openbsd.h b/usr.sbin/dhcp/includes/cf/openbsd.h
index 1c9b3690a3b..3ce9db4e0fb 100644
--- a/usr.sbin/dhcp/includes/cf/openbsd.h
+++ b/usr.sbin/dhcp/includes/cf/openbsd.h
@@ -91,6 +91,6 @@ extern int h_errno;
# define USE_BPF
#endif
-#ifdef __alpha__
+#if defined(__alpha__) || (defined(__sparc64__) && defined(__arch64__))
#define PTRSIZE_64BIT
#endif