diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-10 19:46:38 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-10 19:46:38 +0000 |
commit | 2a6b85739de7b0726e0724f4f120fb80799ec0c9 (patch) | |
tree | 92d59068dd119766bd543bd6bfb3bbf57229d17a /math/mtrxmath/files/patch-mtrxmath.h | |
parent | Add 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 '')
-rw-r--r-- | math/mtrxmath/files/patch-mtrxmath.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/mtrxmath/files/patch-mtrxmath.h b/math/mtrxmath/files/patch-mtrxmath.h new file mode 100644 index 000000000000..60c4e31b8a56 --- /dev/null +++ b/math/mtrxmath/files/patch-mtrxmath.h @@ -0,0 +1,10 @@ +--- mtrxmath.h.orig Tue Jan 9 20:33:48 2001 ++++ mtrxmath.h Tue Jan 9 20:35:02 2001 +@@ -13,7 +13,6 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> +-#include <malloc.h> + #include <unistd.h> + #include <getopt.h> + |