summaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-01-11 23:17:57 +0000
committerpeter <peter@FreeBSD.org>2003-01-11 23:17:57 +0000
commit5e3d667e122f115fa2e4d3b0fdfd33251951bbcd (patch)
treea51bfe1bdaa71dfe25abbfd20c0323695f720894 /shells
parentaf2898054b2bd4302b61ecb0a8a5577c6ee9a015 (diff)
downloadFreeBSD-ports-5e3d667e122f115fa2e4d3b0fdfd33251951bbcd.zip
FreeBSD-ports-5e3d667e122f115fa2e4d3b0fdfd33251951bbcd.tar.gz
Make this work on ia64.
Diffstat (limited to 'shells')
-rw-r--r--shells/pdksh/files/patch-alloc.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/shells/pdksh/files/patch-alloc.c b/shells/pdksh/files/patch-alloc.c
new file mode 100644
index 0000000..425923e
--- /dev/null
+++ b/shells/pdksh/files/patch-alloc.c
@@ -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
+ };
+
OpenPOWER on IntegriCloud