From b1ccabf65df39e4ab553f6c4734942b9f89992b1 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 10 Dec 2012 17:18:32 +0000 Subject: 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) --- java/jdk16/files/patch-j2se-attach-mapfile-bsd | 28 -------------------------- 1 file changed, 28 deletions(-) delete mode 100644 java/jdk16/files/patch-j2se-attach-mapfile-bsd (limited to 'java/jdk16/files/patch-j2se-attach-mapfile-bsd') 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: - *; - }; -- cgit v1.2.3