[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

ggaren at apple.com ggaren at apple.com
Wed Dec 22 17:53:33 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 2ba3ec4d4eca4504010f28e20cb8022b8ecccc41
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 2 03:18:20 2010 +0000

    Try to fix the Qt Linux build.
    
    * wtf/OSAllocatorPosix.cpp: Use the right errno.h.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73101 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index ca8b452..be0cdfc 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-12-01  Geoffrey Garen  <ggaren at apple.com>
 
+        Try to fix the Qt Linux build.
+
+        * wtf/OSAllocatorPosix.cpp: Use the right errno.h.
+
+2010-12-01  Geoffrey Garen  <ggaren at apple.com>
+
         Try to fix Windows build: export some more symbols.
 
         * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
diff --git a/JavaScriptCore/wtf/OSAllocatorPosix.cpp b/JavaScriptCore/wtf/OSAllocatorPosix.cpp
index 58fc3fc..29b8904 100644
--- a/JavaScriptCore/wtf/OSAllocatorPosix.cpp
+++ b/JavaScriptCore/wtf/OSAllocatorPosix.cpp
@@ -26,7 +26,7 @@
 #include "config.h"
 #include "OSAllocator.h"
 
-#include <sys/errno.h>
+#include <errno.h>
 #include <sys/mman.h>
 #include <wtf/Assertions.h>
 #include <wtf/UnusedParam.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list