Merge pull request #1849 from pyhalov/mesa-demos
[unleashed-userland.git] / components / desktop / hexchat / patches / plugin-autoload.patch
blob9c076794a386775d21a67d2732c33db81f9dbe1a
1 diff -urN hexchat-2.10.2.orig/src/common/util.c hexchat-2.10.2/src/common/util.c
2 --- hexchat-2.10.2.orig/src/common/util.c 2015-12-22 01:11:59.116419720 +0100
3 +++ hexchat-2.10.2/src/common/util.c 2015-12-22 01:12:26.654194838 +0100
4 @@ -16,12 +16,12 @@
5 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
6 */
8 +#define _FILE_OFFSET_BITS 64
9 #define WANTSOCKET
10 #include "inet.h" /* make it first to avoid macro redefinitions */
12 #define __APPLE_API_STRICT_CONFORMANCE
14 -#define _FILE_OFFSET_BITS 64
15 #include <stdio.h>
16 #include <string.h>
17 #include <stdlib.h>