ad076fd40f
www/firefox36 mostly by martynas@ and naddy@. Note that the java plugin from devel/jdk currently doesn't work with this version of firefox, in the meantime users really needed it will have to use www/firefox35. ok naddy@
12 lines
361 B
Plaintext
12 lines
361 B
Plaintext
$OpenBSD: patch-js_src_nanojit_NativeSparc_cpp,v 1.1 2010/04/26 19:55:58 landry Exp $
|
|
--- js/src/nanojit/NativeSparc.cpp.orig Wed Jan 6 05:35:17 2010
|
|
+++ js/src/nanojit/NativeSparc.cpp Sun Jan 10 17:47:27 2010
|
|
@@ -38,6 +38,7 @@
|
|
*
|
|
* ***** END LICENSE BLOCK ***** */
|
|
|
|
+#include <sys/types.h>
|
|
#include <sys/mman.h>
|
|
#include <errno.h>
|
|
#include "nanojit.h"
|