summaryrefslogtreecommitdiffstats
path: root/lib/libstand/zalloc_defs.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-03-06 16:11:36 +0000
committerdfr <dfr@FreeBSD.org>2001-03-06 16:11:36 +0000
commit1915fa0c31116940e87db58ecfe886fad1b07951 (patch)
tree22dffc5731a5719dfd02f3c63d62577d6bd0964d /lib/libstand/zalloc_defs.h
parentad0c45882962c9333983e91d6843cc3e643f8ac4 (diff)
downloadFreeBSD-src-1915fa0c31116940e87db58ecfe886fad1b07951.zip
FreeBSD-src-1915fa0c31116940e87db58ecfe886fad1b07951.tar.gz
A quick and dirty port of libstand to ia64.
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 861ba02..fda86c7 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"
OpenPOWER on IntegriCloud