diff options
Diffstat (limited to 'math/itl/files')
-rw-r--r-- | math/itl/files/patch-test+iohb_c | 10 | ||||
-rw-r--r-- | math/itl/files/patch-test+mmio_c | 11 |
2 files changed, 0 insertions, 21 deletions
diff --git a/math/itl/files/patch-test+iohb_c b/math/itl/files/patch-test+iohb_c deleted file mode 100644 index 1b72702a66bd..000000000000 --- a/math/itl/files/patch-test+iohb_c +++ /dev/null @@ -1,10 +0,0 @@ ---- test/iohb.c.orig Mon Aug 18 22:04:00 2003 -+++ test/iohb.c Mon Aug 18 22:04:22 2003 -@@ -219,7 +219,6 @@ - #include<stdlib.h> - #include<string.h> - #include<math.h> --#include<malloc.h> - - char* substr(const char* S, const int pos, const int len); - void upcase(char* S); diff --git a/math/itl/files/patch-test+mmio_c b/math/itl/files/patch-test+mmio_c deleted file mode 100644 index 6b6723532abe..000000000000 --- a/math/itl/files/patch-test+mmio_c +++ /dev/null @@ -1,11 +0,0 @@ ---- test/mmio.c.orig Mon Aug 18 22:04:50 2003 -+++ test/mmio.c Mon Aug 18 22:05:10 2003 -@@ -9,7 +9,7 @@ - - #include <stdio.h> - #include <string.h> --#include <malloc.h> -+#include <stdlib.h> - #include <ctype.h> - - #include "mmio.h" |