File mailparse-2.1.5-64bit.patch of Package php5-mailparse
Index: php_mailparse_rfc822.c
===================================================================
--- php_mailparse_rfc822.c.orig
+++ php_mailparse_rfc822.c
@@ -657,7 +657,7 @@ void php_rfc822_print_tokens(php_rfc822_
PHP_FUNCTION(mailparse_test)
{
char *header;
- long header_len;
+ int header_len;
php_rfc822_tokenized_t *toks;
php_rfc822_addresses_t *addrs;