mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@123938 d073be05-634f-4543-b044-5fe20cf6d1d6
32 lines
838 B
Diff
32 lines
838 B
Diff
--- src/extract.c.orig 2007-05-14 08:54:20.000000000 +1000
|
|
+++ src/extract.c 2014-08-16 16:48:48.000000000 +1000
|
|
@@ -20,7 +20,7 @@
|
|
#include <config.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#ifdef MEMWATCH
|
|
#include "memwatch.h"
|
|
#endif /* MEMWATCH */
|
|
--- src/methods.c.orig 2007-05-14 08:54:20.000000000 +1000
|
|
+++ src/methods.c 2014-08-16 16:45:47.000000000 +1000
|
|
@@ -5,7 +5,6 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
-#include <malloc.h>
|
|
#ifdef MEMWATCH
|
|
#include "memwatch.h"
|
|
#endif /* MEMWATCH */
|
|
--- src/misc.c.orig 2007-05-14 08:54:20.000000000 +1000
|
|
+++ src/misc.c 2014-08-16 16:45:29.000000000 +1000
|
|
@@ -3,7 +3,6 @@
|
|
#include <config.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
-#include <malloc.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
#ifdef MEMWATCH
|