summaryrefslogtreecommitdiff
path: root/java/jdk/files/patch-aa
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-06-12 20:50:09 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-06-12 20:50:09 +0000
commita0291600cc6f18ac2e5a35cdbd4331ccd9ca1720 (patch)
tree56388664b690b69b045753d7898d7f3dcb0954af /java/jdk/files/patch-aa
parentdon't include malloc.h (diff)
Unification of JDK port names.
ports/java/Makefile Matches new names and locations of JDK ports. Checked sorting. ports/java/jdk All files removed from CVS. This port is moved to java/jdk11. Checked that the repocopy was okay. ports/java/jdk12-beta All files removed from CVS. This port is moved to java/jdk12. Checked that the repocopy was okay. ports/java/linux-jdk All files removed from CVS. This port is moved to java/linux-blackdown-jdk12. Checked that the repocopy was okay. ports/java/linux-jdk13 All files removed from CVS. This port is moved to java/linux-sun-jdk13. Checked that the repocopy was okay. ports/java/linux-jdk14 All files removed from CVS. This port is moved to java/linux-sun-jdk14. Checked that the repocopy was okay. PR: 27358
Diffstat (limited to 'java/jdk/files/patch-aa')
-rw-r--r--java/jdk/files/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/java/jdk/files/patch-aa b/java/jdk/files/patch-aa
deleted file mode 100644
index 2b0cbaab8aae..000000000000
--- a/java/jdk/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