diff options
Diffstat (limited to 'shells/pdksh/files/patch-alloc.c')
-rw-r--r-- | shells/pdksh/files/patch-alloc.c | 12 |
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 000000000000..425923e56fd5 --- /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 + }; + |