$NetBSD: patch-Source_WTF_wtf_MathExtras.h,v 1.1 2016/07/22 10:14:17 jperkin Exp $ Fix SunOS build. --- Source/WTF/wtf/MathExtras.h.orig 2015-10-13 04:37:09.000000000 +0000 +++ Source/WTF/wtf/MathExtras.h @@ -88,7 +88,7 @@ inline double wtf_ceil(double x) { retur #endif -#if OS(SOLARIS) +#if OS(notSOLARIS) namespace std {