Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/dist/dhcp/includes/cf Use _LP64 to indicate 64-bit platform, ...



details:   https://anonhg.NetBSD.org/src/rev/68f86b2a44ec
branches:  trunk
changeset: 565375:68f86b2a44ec
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Mon Apr 05 13:06:23 2004 +0000

description:
Use _LP64 to indicate 64-bit platform, per suggestion on source-changes@.

diffstat:

 dist/dhcp/includes/cf/netbsd.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 156a09042d85 -r 68f86b2a44ec dist/dhcp/includes/cf/netbsd.h
--- a/dist/dhcp/includes/cf/netbsd.h    Mon Apr 05 12:21:04 2004 +0000
+++ b/dist/dhcp/includes/cf/netbsd.h    Mon Apr 05 13:06:23 2004 +0000
@@ -108,7 +108,7 @@
 #  include <net/if_types.h>
 #endif
 
-#if defined(__alpha__) || defined(__sparc64__) || defined(__x86_64__)
+#ifdef _LP64
 #define PTRSIZE_64BIT
 #endif
 



Home | Main Index | Thread Index | Old Index