summaryrefslogtreecommitdiff
path: root/math/mtrxmath/files/patch-mult.c
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-10 19:46:38 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-10 19:46:38 +0000
commit2a6b85739de7b0726e0724f4f120fb80799ec0c9 (patch)
tree92d59068dd119766bd543bd6bfb3bbf57229d17a /math/mtrxmath/files/patch-mult.c
parentAdd netsed 0.01, a program that alters the contents of packets in (diff)
Add mtrxmath 0.9.3, a small tool for matrix mathemetics.
PR: 24202 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'math/mtrxmath/files/patch-mult.c')
-rw-r--r--math/mtrxmath/files/patch-mult.c10
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)