1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Make this work on ia64.

This commit is contained in:
Peter Wemm 2003-01-11 23:17:57 +00:00
parent 0163fe6682
commit 42dce6e924
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72924

View File

@ -0,0 +1,12 @@
--- alloc.c.orig Tue May 18 07:45:09 1999
+++ alloc.c Sat Jan 11 15:11:22 2003
@@ -110,5 +110,9 @@
Block *block;
struct {int _;} junk; /* alignment */
+#ifdef __ia64__
+ long double djunk; /* alignment */
+#else
double djunk; /* alignment */
+#endif
};