diff options
Diffstat (limited to 'graphics/urt/files/patch-tools__mallocNd.c')
-rw-r--r-- | graphics/urt/files/patch-tools__mallocNd.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/urt/files/patch-tools__mallocNd.c b/graphics/urt/files/patch-tools__mallocNd.c deleted file mode 100644 index fdd974a026e7..000000000000 --- a/graphics/urt/files/patch-tools__mallocNd.c +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/mallocNd.c.orig 1992-04-30 23:10:24.000000000 +0900 -+++ tools/mallocNd.c 2012-10-16 00:32:49.000000000 +0900 -@@ -67,7 +67,7 @@ - - /* Imports */ - #include <stdio.h> --extern char *malloc(); -+#include <stdlib.h> - - /* Forward declarations */ - char *BuildIndirectionTable(); |