fa06d0f9e3
modifying for *BSD support and additional NetBSD specific patches. This version includes some security bug fixes.
14 lines
410 B
C++
14 lines
410 B
C++
$NetBSD: patch-webkit_plugins_npapi_plugin__lib__posix.cc,v 1.1 2011/04/28 03:09:03 rxg Exp $
|
|
|
|
--- webkit/plugins/npapi/plugin_lib_posix.cc.orig 2011-04-13 08:01:07.000000000 +0000
|
|
+++ webkit/plugins/npapi/plugin_lib_posix.cc
|
|
@@ -9,8 +9,8 @@
|
|
#include <sys/exec_elf.h>
|
|
#else
|
|
#include <elf.h>
|
|
-#include <fcntl.h>
|
|
#endif
|
|
+#include <fcntl.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
#include <unistd.h>
|