Fridrich Strba 2016-07-26 06:31:00 +00:00 committed by Git OBS Bridge
parent fb4871ebf7
commit e8366ec943

View File

@ -1,17 +0,0 @@
--- openjdk/jdk/src/share/instrument/JarFacade.c 2014-07-03 00:01:31.000000000 +0200
+++ openjdk/jdk/src/share/instrument/JarFacade.c 2014-07-15 08:45:35.144295472 +0200
@@ -23,14 +23,7 @@
* questions.
*/
-#ifdef _WIN32
-/*
- * Win* needs this include. However, Linux and Solaris do not.
- * Having this include on Solaris SPARC breaks having non US-ASCII
- * characters in the value of the Premain-Class attribute.
- */
#include <ctype.h>
-#endif /* _WIN32 */
#include <string.h>
#include <stdlib.h>