diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2002-08-23 17:37:37 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2002-08-23 17:37:37 +0000 |
commit | 622c1d704f2778a8b85b0c385d8de95a7fc42f19 (patch) | |
tree | 0c124984128e102ed0fc4bec14c6433b134fbcd1 /java/sablevm | |
parent | Fix MASTER_SITES (1) and WWW. (diff) |
Remove this patch, it's not actually needed.
Notes
Notes:
svn path=/head/; revision=64894
Diffstat (limited to 'java/sablevm')
-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" - |