diff options
-rw-r--r-- | usr.sbin/dhcp/includes/cf/openbsd.h | 2 |
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 |