jdk/src/solaris/classes/sun/print/UnixPrintServiceLookup.java
changeset 12538 211d6e82fe51
parent 12047 320a714614e9
child 13045 e915a5b3885c
child 12997 7ad469d89bed
--- a/jdk/src/solaris/classes/sun/print/UnixPrintServiceLookup.java	Mon Apr 16 20:12:20 2012 +0100
+++ b/jdk/src/solaris/classes/sun/print/UnixPrintServiceLookup.java	Mon Apr 16 18:09:53 2012 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -120,7 +120,7 @@
 
     static boolean isBSD() {
         return (osname.equals("Linux") ||
-                osname.startsWith("Mac OS X"));
+                osname.contains("OS X"));
     }
 
     static final int UNINITIALIZED = -1;