Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2012 21:53:55 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1028 - trunk/www/firefox-nightly/files
Message-ID:  <201209222153.q8MLrtVl044261@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209222153.q8MLrtVl044261>