diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-01-16 05:08:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-01-16 05:08:57 +0000 |
commit | df3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch) | |
tree | 1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /shells/pdksh/files/patch-alloc.c | |
parent | c31f9d6cf28e3aa831ff2390ee3ab6ea031dbc76 (diff) |
Notes
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 + }; + |