summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-hotspot-vm-vmError_bsd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'java/jdk16/files/patch-hotspot-vm-vmError_bsd.cpp')
-rw-r--r--java/jdk16/files/patch-hotspot-vm-vmError_bsd.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/java/jdk16/files/patch-hotspot-vm-vmError_bsd.cpp b/java/jdk16/files/patch-hotspot-vm-vmError_bsd.cpp
deleted file mode 100644
index 45b8b33513ea..000000000000
--- a/java/jdk16/files/patch-hotspot-vm-vmError_bsd.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../../hotspot/src/os/bsd/vm/vmError_bsd.cpp 28 Mar 2007 04:52:29 -0000 1.1
-+++ ../../hotspot/src/os/bsd/vm/vmError_bsd.cpp 9 Aug 2007 15:52:44 -0000 1.3
-@@ -30,7 +30,7 @@
- // Unlike system(), this function can be called from signal handler. It
- // doesn't block SIGINT et al.
- int VMError::fork_and_exec(char* cmd) {
-- char * argv[4];
-+ const char *argv[4];
- argv[0] = "sh";
- argv[1] = "-c";
- argv[2] = cmd;