diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-24 08:05:49 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-24 08:05:49 +0000 |
commit | 898158d06ad74f538c707447443f3884641ca4e0 (patch) | |
tree | 44edc7bbfa0f810ba8f4696cc311d62a2411848d /java/jdk11/files/patch-aa | |
parent | Activate SN. (diff) |
Define int_t and uint_t on CURRENT too. This should fix tya and shujit on
-current systems.
Notes
Notes:
svn path=/head/; revision=30984
Diffstat (limited to 'java/jdk11/files/patch-aa')
-rw-r--r-- | java/jdk11/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/jdk11/files/patch-aa b/java/jdk11/files/patch-aa new file mode 100644 index 000000000000..2b0cbaab8aae --- /dev/null +++ b/java/jdk11/files/patch-aa @@ -0,0 +1,11 @@ +--- 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 |