diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-26 12:11:07 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-26 12:11:07 +0000 |
commit | a2760872d1be4279e642e5a87efe807e546bf8e2 (patch) | |
tree | b78d823cdc6c1f6c41b81dcff7b5b5d50035ee3d /java/shujit/files/patch-ad | |
parent | Bump PORTREVISION for including install-sh. *sigh* (diff) |
Update to 0.7.10.
Diffstat (limited to 'java/shujit/files/patch-ad')
-rw-r--r-- | java/shujit/files/patch-ad | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/java/shujit/files/patch-ad b/java/shujit/files/patch-ad deleted file mode 100644 index f4c48e5e743f..000000000000 --- a/java/shujit/files/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ ---- compiler.h 2000/12/14 09:18:13 1.1 -+++ compiler.h 2000/12/14 09:18:41 -@@ -66,10 +66,6 @@ - # if __FreeBSD__ <= 2 - typedef u_int16_t uint16_t; - # endif --# if (__FreeBSD__ >= 5) && (JDK_VER == 11) --typedef unsigned int uint_t; -- // FreeBSD/JDK 1.1.8 does not typedef this on FreeBSD >= 5 --# endif - #endif - - |