27af90c8a6
XULRunner is a runtime environment for applications using the XML User Interface Language, XUL. It is the successor of the "Gecko" runtime environment. This package tracks 17.0.x extended support release.
13 lines
533 B
C
13 lines
533 B
C
$NetBSD: patch-ipc_glue_SharedMemorySysV.h,v 1.1 2013/01/10 16:17:10 ryoon Exp $
|
|
|
|
--- ipc/glue/SharedMemorySysV.h.orig 2012-08-24 22:55:37.000000000 +0000
|
|
+++ ipc/glue/SharedMemorySysV.h
|
|
@@ -8,7 +8,7 @@
|
|
#ifndef mozilla_ipc_SharedMemorySysV_h
|
|
#define mozilla_ipc_SharedMemorySysV_h
|
|
|
|
-#if defined(OS_LINUX) && !defined(ANDROID)
|
|
+#if (defined(OS_LINUX) && !defined(ANDROID)) || defined(OS_BSD)
|
|
|
|
// SysV shared memory isn't available on Windows, but we define the
|
|
// following macro so that #ifdefs are clearer (compared to #ifdef
|