aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobert Drehmel <robert@FreeBSD.org>2001-10-15 13:50:47 +0000
committerRobert Drehmel <robert@FreeBSD.org>2001-10-15 13:50:47 +0000
commit8a56180f7633680384f566cbfff3f833e7529e73 (patch)
tree86dc527b5e11807ee6d505e76b630d05b5cf6391 /lib
parentf06c683e47e32f253a8113e179b51ca9d9d8f7ac (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libstand/zalloc_defs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libstand/zalloc_defs.h b/lib/libstand/zalloc_defs.h
index fda86c7eede8..b51b6b232182 100644
--- a/lib/libstand/zalloc_defs.h
+++ b/lib/libstand/zalloc_defs.h
@@ -59,6 +59,10 @@ typedef int saddr_t; /* signed int same size as pointer */
typedef unsigned long iaddr_t; /* unsigned int same size as pointer */
typedef long saddr_t; /* signed int same size as pointer */
#endif
+#ifdef __sparc64__
+typedef unsigned long iaddr_t; /* unsigned long same size as pointer */
+typedef long saddr_t; /* signed long same size as pointer */
+#endif
#include "zalloc_mem.h"