diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/sablevm/files/patch-aj | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/java/sablevm/files/patch-aj b/java/sablevm/files/patch-aj deleted file mode 100644 index b403bf030d9f..000000000000 --- a/java/sablevm/files/patch-aj +++ /dev/null @@ -1,11 +0,0 @@ ---- work/sablevm-native-library-1.0.3/src/fdlibm/strtod.c.orig Thu Aug 22 21:54:29 2002 -+++ work/sablevm-native-library-1.0.3/src/fdlibm/strtod.c Thu Aug 22 21:54:38 2002 -@@ -98,7 +98,7 @@ - */ - - #include <string.h> --#include <float.h> -+#include <machine/float.h> - #include <errno.h> - #include "mprec.h" - |