[SVN-Commit] r1028 - trunk/www/firefox-nightly/files
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Sat Sep 22 21:54:07 UTC 2012
Author: jbeich
Date: Sat Sep 22 21:53:54 2012
New Revision: 1028
Log:
fix patch conflict after bug 785321 landed
Reported by: AN <andy at neu.net>
Modified:
trunk/www/firefox-nightly/files/patch-gfx-qcms-qcmstypes.h
Modified: trunk/www/firefox-nightly/files/patch-gfx-qcms-qcmstypes.h
==============================================================================
--- trunk/www/firefox-nightly/files/patch-gfx-qcms-qcmstypes.h Sat Sep 22 10:47:03 2012 (r1027)
+++ trunk/www/firefox-nightly/files/patch-gfx-qcms-qcmstypes.h Sat Sep 22 21:53:54 2012 (r1028)
@@ -6,6 +6,6 @@
#include <stdlib.h>
-#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED)
+#elif !defined(__intptr_t_defined) && !defined(_INTPTR_T_DECLARED)
- typedef PRUptrdiff uintptr_t;
+ typedef unsigned long uintptr_t;
#endif
#endif
More information about the freebsd-gecko
mailing list