[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#105158: [PATCH]: fix build failure on ia64



This patch fixes the build failure.

If I hear no objections within one week I'll assume permission is granted.
(http://qa.debian.org/documentation/qa.html/ch-rules.html)

-David

diff -ur orig/mmorph-2.3.4/debian/changelog mmorph-2.3.4/debian/changelog
--- orig/mmorph-2.3.4/debian/changelog	Sun Sep 23 00:47:55 2001
+++ mmorph-2.3.4/debian/changelog	Sun Sep 23 01:02:22 2001
@@ -1,3 +1,9 @@
+mmorph (2.3.4-6) unstable; urgency=low
+
+  * fix build failure on ia64 (closes: #105158) 
+
+ -- David Kimdon <dwhedon@debian.org>  Sun, 23 Sep 2001 01:00:52 -0600
+
 mmorph (2.3.4-5) unstable; urgency=low
 
   * debian/control [Maintainer]: Package orphaned.
diff -ur orig/mmorph-2.3.4/mymalloc.c mmorph-2.3.4/mymalloc.c
--- orig/mmorph-2.3.4/mymalloc.c	Wed Nov  1 04:47:50 1995
+++ mmorph-2.3.4/mymalloc.c	Sun Sep 23 01:05:31 2001
@@ -10,6 +10,7 @@
     convenient wrappers around memory allocation functions
 */
 
+#include <string.h>
 #ifndef  MALLOC_FUNC_CHECK
 #include <malloc.h>
 #include <errno.h>
Only in mmorph-2.3.4/: out
diff -ur orig/mmorph-2.3.4/stamp-h mmorph-2.3.4/stamp-h
--- orig/mmorph-2.3.4/stamp-h	Sun Sep 23 00:47:55 2001
+++ mmorph-2.3.4/stamp-h	Sun Sep 23 00:59:55 2001
@@ -1 +1 @@
-Fri Nov  5 00:06:52 EET 1999
+Sun Sep 23 00:59:55 MDT 2001
diff -ur orig/mmorph-2.3.4/user.h mmorph-2.3.4/user.h
--- orig/mmorph-2.3.4/user.h	Sun Sep 23 00:47:55 2001
+++ mmorph-2.3.4/user.h	Sun Sep 23 00:58:54 2001
@@ -10,6 +10,8 @@
 #if defined(STDC_HEADERS) && ! MALLOC_FUNC_CHECK
 #include <stdlib.h>	/* ANSI & POSIX types */
 #endif
+#include <unistd.h>
+#include <string.h>
 #include <stdio.h>
 #include <errno.h>
 



Reply to: