1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/shells/pdksh/files/patch-alloc.c
2003-01-11 23:17:57 +00:00

13 lines
264 B
C

--- 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
};