summaryrefslogtreecommitdiff
path: root/java/jc/files
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2005-04-14 14:04:39 +0000
committerArchie Cobbs <archie@FreeBSD.org>2005-04-14 14:04:39 +0000
commitd71cd101c31c8f39dbd79ed880e9e7b717044f60 (patch)
treeb0c31059373c31053bf3a0ee5fc805bae6db51b2 /java/jc/files
parentUnbreak: Fix plist (diff)
Upgrade to version 1.4.2.
Diffstat (limited to 'java/jc/files')
-rw-r--r--java/jc/files/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/java/jc/files/patch-aa b/java/jc/files/patch-aa
deleted file mode 100644
index 09d31212057a..000000000000
--- a/java/jc/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- libjc/arch/i386/i386_libjc.h
-+++ libjc/arch/i386/i386_libjc.h
-@@ -97,7 +97,7 @@
- static inline const void *
- _jc_mcontext_sp(const mcontext_t *mctx)
- {
-- return (const void *)mctx->mc_isp;
-+ return (const void *)mctx->mc_esp;
- }
-
- static inline const void *