diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-12-12 03:13:45 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-12-12 03:13:45 +0000 |
commit | 69711b97b5295ce69a0707c51f2c05f67c083b95 (patch) | |
tree | afdd7d573035d92b1685661c58c796a85264eab4 /java/jdk11/files/patch-aa | |
parent | Update to 1.3.0.20071108 (diff) |
Remove obsolete JDK versions 1.1 and 1.2, and the ports depending on them.
Notes
Notes:
svn path=/head/; revision=203125
Diffstat (limited to 'java/jdk11/files/patch-aa')
-rw-r--r-- | java/jdk11/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/java/jdk11/files/patch-aa b/java/jdk11/files/patch-aa deleted file mode 100644 index 2b0cbaab8aae..000000000000 --- a/java/jdk11/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- include/freebsd/typedefs_md.h 2000/07/24 07:46:26 1.1 -+++ include/freebsd/typedefs_md.h 2000/07/24 07:46:46 -@@ -33,7 +33,7 @@ - */ - #define _ILP32 - --#if (__FreeBSD__ <= 4) -+#if (__FreeBSD__ <= 5) - typedef unsigned int uint_t; - typedef int int_t; - #endif |