summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'malloc.c')
-rw-r--r--malloc.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/malloc.c b/malloc.c
index ee926f65d4..86fdb5cbc5 100644
--- a/malloc.c
+++ b/malloc.c
@@ -1,6 +1,9 @@
-/* $Header: malloc.c,v 3.0.1.2 89/11/11 04:36:37 lwall Locked $
+/* $Header: malloc.c,v 3.0.1.3 90/10/16 15:27:47 lwall Locked $
*
* $Log: malloc.c,v $
+ * Revision 3.0.1.3 90/10/16 15:27:47 lwall
+ * patch29: various portability fixes
+ *
* Revision 3.0.1.2 89/11/11 04:36:37 lwall
* patch2: malloc pointer corruption check made more portable
*
@@ -53,7 +56,7 @@ static findbucket(), morecore();
*/
union overhead {
union overhead *ov_next; /* when free */
-#if defined (mips) || defined (sparc)
+#if defined(mips) || defined(sparc) || defined(luna88k)
double strut; /* alignment problems */
#endif
struct {