summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content__plugin__plugin_main_linux.cc
blob: feaf08c2b1b05139c2033c911f7bb4992b1aa8d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- content/plugin/plugin_main_linux.cc.orig	2012-11-28 04:01:26.000000000 +0200
+++ content/plugin/plugin_main_linux.cc	2012-12-04 22:14:32.000000000 +0200
@@ -5,13 +5,13 @@
 #include <signal.h>
 #include <string.h>
 #include <sys/types.h>
-#include <syscall.h>
+#include <sys/syscall.h>
 #include <unistd.h>
 
 #include "build/build_config.h"
 
 // This whole file is only useful on 64-bit architectures.
-#if defined(ARCH_CPU_64_BITS)
+#if defined(ARCH_CPU_64_BITS) && !defined(OS_BSD)
 
 namespace {