aboutsummaryrefslogtreecommitdiff
path: root/include/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pool.h')
-rw-r--r--include/pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pool.h b/include/pool.h
index 3775148..66b3479 100644
--- a/include/pool.h
+++ b/include/pool.h
@@ -55,7 +55,7 @@ struct Btail
#define B2LIMIT(b) ((Bhdr*)((uchar*)b + b->csize))
-#define BHDRSIZE ((int)(((Bhdr*)0)->u.data)+sizeof(Btail))
+#define BHDRSIZE ((long)(((Bhdr*)0)->u.data)+sizeof(Btail))
extern void (*poolfault)(void *, char *, ulong);
extern void poolinit(void);