diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 17:18:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 17:18:32 +0000 |
commit | b1ccabf65df39e4ab553f6c4734942b9f89992b1 (patch) | |
tree | ca639d8654f8695791fbdb4960934e6598682543 /java/jdk16/files/patch-j2se-attach-mapfile-bsd | |
parent | - Update to 5.2.4 (diff) |
Decommissioning java 1.5 (EOLed since October 2009):
removal of the different 1.5 jre and jdk vendors
Removing outdated jdk16 vendors:
removing all the bsdjava and freebsd vendors, consider using openjdk6 or
openjsk7 instead.
Discussed with: java (glarkin)
Notes
Notes:
svn path=/head/; revision=308619
Diffstat (limited to 'java/jdk16/files/patch-j2se-attach-mapfile-bsd')
-rw-r--r-- | java/jdk16/files/patch-j2se-attach-mapfile-bsd | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/java/jdk16/files/patch-j2se-attach-mapfile-bsd b/java/jdk16/files/patch-j2se-attach-mapfile-bsd deleted file mode 100644 index 2a079669e31a..000000000000 --- a/java/jdk16/files/patch-j2se-attach-mapfile-bsd +++ /dev/null @@ -1,28 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/com/sun/tools/attach/mapfile-bsd 10 May 2007 05:39:49 -0000 1.1 -+++ ../../j2se/make/com/sun/tools/attach/mapfile-bsd 29 Jan 2009 08:13:19 -0000 -@@ -1,5 +1,5 @@ - # --#ident "@(#)mapfile-linux 1.5 05/11/17" -+#ident "@(#)mapfile-bsd 1.0 09/01/15" - # - # Copyright 2006 Sun Microsystems, Inc. All rights reserved. - # Copyright 2006 Sun Microsystems, Inc. Tous droits réservés. -@@ -11,6 +11,16 @@ - # Define public interface. - - SUNWprivate_1.1 { -+ global: -+ Java_sun_tools_attach_BSDVirtualMachine_checkPermissions; -+ Java_sun_tools_attach_BSDVirtualMachine_close; -+ Java_sun_tools_attach_BSDVirtualMachine_connect; -+ Java_sun_tools_attach_BSDVirtualMachine_sendQuitTo; -+ Java_sun_tools_attach_BSDVirtualMachine_socket; -+ Java_sun_tools_attach_BSDVirtualMachine_read; -+ Java_sun_tools_attach_BSDVirtualMachine_write; -+ Java_sun_tools_attach_BSDVirtualMachine_createAttachFile; -+ - local: - *; - }; |