diff options
Diffstat (limited to 'math/mtrxmath/files/patch-mult.c')
-rw-r--r-- | math/mtrxmath/files/patch-mult.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/mtrxmath/files/patch-mult.c b/math/mtrxmath/files/patch-mult.c new file mode 100644 index 000000000000..da4b9c88257d --- /dev/null +++ b/math/mtrxmath/files/patch-mult.c @@ -0,0 +1,10 @@ +--- mult.c.orig Tue Jan 9 20:40:21 2001 ++++ mult.c Tue Jan 9 20:40:28 2001 +@@ -11,7 +11,6 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> +-#include <malloc.h> + #include "mtrxmath.h" + + MATRIX_PTR matrix_multiply( MATRIX_PTR first, MATRIX_PTR second) |