head 1.1; access; symbols; locks; strict; comment @// @; 1.1 date 2026.09.01.15.55.09; author ryoon; state Exp; branches; next ; commitid D2zFTgYNlEeC0WTG; desc @@ 1.1 log @www/firefox: Fix build error, Success is not declared Reported by Thomas Klausner and Marc Baudoin. Thank you. @ text @$NetBSD$ * Fix error, Success is not defined, --- toolkit/components/remote/nsXRemoteServer.cpp.orig 2026-09-01 13:28:58.404435470 +0000 +++ toolkit/components/remote/nsXRemoteServer.cpp @@@@ -110,7 +110,7 @@@@ bool nsXRemoteServer::HandleNewProperty(XID aWindowId, // Failed to get property off the window or // got a part only - if (result != Success || bytes_after != 0) { + if (result != X11Success || bytes_after != 0) { return false; } @