diff --git a/dist/dhcp/includes/cf/netbsd.h b/dist/dhcp/includes/cf/netbsd.h index 95feb22132b7..4ceefd3701d9 100644 --- a/dist/dhcp/includes/cf/netbsd.h +++ b/dist/dhcp/includes/cf/netbsd.h @@ -108,7 +108,7 @@ extern int h_errno; # include #endif -#if defined(__alpha__) || defined(__sparc_v9__) || defined(__x86_64__) +#if defined(__alpha__) || defined(__sparc64__) || defined(__x86_64__) #define PTRSIZE_64BIT #endif