summaryrefslogtreecommitdiff
path: root/math/superlu/files/patch-SRC+util.h
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-04-01 11:38:49 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-04-01 11:38:49 +0000
commit3fdb55203af1f8fd293d12b10d1a97eca41ee1c5 (patch)
treeed83b9e1af5f961e2b45052b8d00c81d8cfd2861 /math/superlu/files/patch-SRC+util.h
parentUpdate to 1.09 (diff)
update to 3.0
Noticed by: pav (long long ago) and Ricardo <ragomes@sc.usp.br>
Notes
Notes: svn path=/head/; revision=105860
Diffstat (limited to 'math/superlu/files/patch-SRC+util.h')
-rw-r--r--math/superlu/files/patch-SRC+util.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/math/superlu/files/patch-SRC+util.h b/math/superlu/files/patch-SRC+util.h
deleted file mode 100644
index 991672c33292..000000000000
--- a/math/superlu/files/patch-SRC+util.h
+++ /dev/null
@@ -1,14 +0,0 @@
-*** SRC/util.h.orig Fri Aug 6 04:21:40 1999
---- SRC/util.h Thu Dec 16 03:32:32 1999
-***************
-*** 4,10 ****
---- 4,12 ----
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-+ #ifndef __STDC__
- #include <malloc.h>
-+ #endif
- #include <assert.h>
-
- /* Macros */