diff options
Diffstat (limited to 'math/atlas/files/alpha-patch')
-rw-r--r-- | math/atlas/files/alpha-patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/atlas/files/alpha-patch b/math/atlas/files/alpha-patch new file mode 100644 index 00000000000..564198d5be9 --- /dev/null +++ b/math/atlas/files/alpha-patch @@ -0,0 +1,9 @@ +--- src/blas/gemm/GOTO/ATLU_usergemm.c~ Mon Jun 17 10:38:22 2002 ++++ src/blas/gemm/GOTO/ATLU_usergemm.c Sun Aug 18 10:41:19 2002 +@@ -1,5 +1,5 @@ + #include "atlas_misc.h" +-#include <sys/mman.h> ++/*#include <sys/mman.h>*/ + + #ifdef EV6 + #ifdef ATL_OS_OSF1 |