From 083eb7818ca2c3dae8ff3c1d6c3c4ca0a24de575 Mon Sep 17 00:00:00 2001 From: nakayama Date: Mon, 5 Apr 2004 13:06:23 +0000 Subject: [PATCH] Use _LP64 to indicate 64-bit platform, per suggestion on source-changes@. --- dist/dhcp/includes/cf/netbsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/dhcp/includes/cf/netbsd.h b/dist/dhcp/includes/cf/netbsd.h index 4ceefd3701d9..ae3272b2e293 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(__sparc64__) || defined(__x86_64__) +#ifdef _LP64 #define PTRSIZE_64BIT #endif