aboutsummaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-deploy::native::system_md.c
blob: d6fc6938e78c15b051d0a95f93b485b67d8b41ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
$FreeBSD$

--- ../../deploy/src/javaws/solaris/native/system_md.c	19 May 2005 19:38:24 -0000	1.4
+++ ../../deploy/src/javaws/solaris/native/system_md.c	5 Oct 2005 17:59:39 -0000
@@ -10,7 +10,7 @@
  * unicode conversion for now at all.  It means that japanese, korean,
  * chinese, etc locales are not available.
  */
-#if defined(__OpenBSD__)
+#if defined(__OpenBSD__) || defined(__FreeBSD__)
 #define DISABLE_LOCALE 1
 #endif