aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/zalloc_defs.h
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2001-03-06 16:11:36 +0000
committerDoug Rabson <dfr@FreeBSD.org>2001-03-06 16:11:36 +0000
commita8c60cbef4ccaac535dc606e21c0178c1ff45b33 (patch)
tree84e0c6d81ecd6257576efcd67674fb40096472f1 /lib/libstand/zalloc_defs.h
parentac9a4fc876e111145ab8c9f560d27268bc8af529 (diff)
downloadsrc-a8c60cbef4ccaac535dc606e21c0178c1ff45b33.tar.gz
src-a8c60cbef4ccaac535dc606e21c0178c1ff45b33.zip
A quick and dirty port of libstand to ia64.
Notes
Notes: svn path=/head/; revision=73887
Diffstat (limited to 'lib/libstand/zalloc_defs.h')
-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 861ba02e8843..fda86c7eede8 100644
--- a/lib/libstand/zalloc_defs.h
+++ b/lib/libstand/zalloc_defs.h
@@ -55,6 +55,10 @@ typedef long saddr_t; /* signed int same size as pointer */
typedef unsigned int iaddr_t; /* unsigned int same size as pointer */
typedef int saddr_t; /* signed int same size as pointer */
#endif
+#ifdef __ia64__
+typedef unsigned long iaddr_t; /* unsigned int same size as pointer */
+typedef long saddr_t; /* signed int same size as pointer */
+#endif
#include "zalloc_mem.h"