22 lines
550 B
Text
22 lines
550 B
Text
$NetBSD: patch-ab,v 1.1 2007/06/23 08:01:08 minskim Exp $
|
|
|
|
--- libmorph/my_malloc.c.orig 2005-10-07 03:07:39.000000000 -0700
|
|
+++ libmorph/my_malloc.c
|
|
@@ -26,17 +26,6 @@ Boston, MA 02111-1307, USA.
|
|
#include <sys/types.h>
|
|
#include "braindead_msvc.h"
|
|
|
|
-/* Apollo w/ Domain/OS SR10.4.1, BSD 4.3 has no "malloc.h". Thanks to PW.
|
|
-//
|
|
-// Windows NT/95 using the cygwin package already includes "malloc.h".
|
|
-// Thanks to Geoff Lawler.
|
|
-*/
|
|
-
|
|
-#if defined(apollo) || defined(__CYGWIN32__)
|
|
-#else
|
|
-#include <malloc.h>
|
|
-#endif
|
|
-
|
|
|
|
#include "my_malloc.h"
|
|
|