[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:13:52 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit b29d7c2c518e8de996faea112e0feef497911981
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon May 20 23:27:17 2002 +0000

    2002-05-20  Kenneth Kocienda  <kocienda at apple.com>
    
    	Now includes <sys/time.h> to prevent possible build breakage
    	in the inclusion of <sys/resource.h>
    
    	* WebCore/kwq/kwqdebug.h
    	* WebKit/Misc.subproj/WebKitDebug.h
    	* WebFoundation/Misc.subproj/WebFoundationDebug.h
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1181 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 8713660..55417c5 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,10 @@
 2002-05-20  Kenneth Kocienda  <kocienda at apple.com>
 
+	* kwq/kwqdebug.h: Now includes <sys/time.h> to prevent possible
+        build breakage in the inclusion of <sys/resource.h>
+
+2002-05-20  Kenneth Kocienda  <kocienda at apple.com>
+
         Changed assertion failure code to send a SIGQUIT instead
         of raising an NSException.
 
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 8713660..55417c5 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,10 @@
 2002-05-20  Kenneth Kocienda  <kocienda at apple.com>
 
+	* kwq/kwqdebug.h: Now includes <sys/time.h> to prevent possible
+        build breakage in the inclusion of <sys/resource.h>
+
+2002-05-20  Kenneth Kocienda  <kocienda at apple.com>
+
         Changed assertion failure code to send a SIGQUIT instead
         of raising an NSException.
 
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 8713660..55417c5 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,10 @@
 2002-05-20  Kenneth Kocienda  <kocienda at apple.com>
 
+	* kwq/kwqdebug.h: Now includes <sys/time.h> to prevent possible
+        build breakage in the inclusion of <sys/resource.h>
+
+2002-05-20  Kenneth Kocienda  <kocienda at apple.com>
+
         Changed assertion failure code to send a SIGQUIT instead
         of raising an NSException.
 
diff --git a/WebCore/kwq/kwqdebug.h b/WebCore/kwq/kwqdebug.h
index f991442..b7cc706 100644
--- a/WebCore/kwq/kwqdebug.h
+++ b/WebCore/kwq/kwqdebug.h
@@ -86,6 +86,7 @@ void KWQLog(unsigned int level, const char *file, int line, const char *function
 
 #import <signal.h>
 #import <sys/types.h>
+#import <sys/time.h>
 #import <sys/resource.h>
 
 #define KWQ_ASSERTION_FAILURE \
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 245a5fa..29af2c1 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,10 @@
 2002-05-20  Kenneth Kocienda  <kocienda at apple.com>
 
+	* Misc.subproj/WebKitDebug.h: Now includes <sys/time.h> to prevent possible
+          build breakage in the inclusion of <sys/resource.h>
+
+2002-05-20  Kenneth Kocienda  <kocienda at apple.com>
+
         Changed assertion failure code to send a SIGQUIT instead
         of raising an NSException.
 
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 245a5fa..29af2c1 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,10 @@
 2002-05-20  Kenneth Kocienda  <kocienda at apple.com>
 
+	* Misc.subproj/WebKitDebug.h: Now includes <sys/time.h> to prevent possible
+          build breakage in the inclusion of <sys/resource.h>
+
+2002-05-20  Kenneth Kocienda  <kocienda at apple.com>
+
         Changed assertion failure code to send a SIGQUIT instead
         of raising an NSException.
 
diff --git a/WebKit/Misc.subproj/WebKitDebug.h b/WebKit/Misc.subproj/WebKitDebug.h
index 135275d..1458580 100644
--- a/WebKit/Misc.subproj/WebKitDebug.h
+++ b/WebKit/Misc.subproj/WebKitDebug.h
@@ -75,6 +75,7 @@ void WebKitLog(unsigned int level, const char *file, int line, const char *funct
 
 #import <signal.h>
 #import <sys/types.h>
+#import <sys/time.h>
 #import <sys/resource.h>
 
 #define WEBKIT_ASSERTION_FAILURE \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list