pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lang/php70/patches/patch-ext_standard_php__dns.h



On a Ubuntu Linux system:

/home/reed/src/netbsd/pkgsrc/lang/php70/work/php-7.0.11/ext/standard/dns.c:420:2: 
error: incompatible type for argument 1 of '_php_dns_free_res'
  php_dns_free_handle(handle);
  ^
/home/reed/src/netbsd/pkgsrc/lang/php70/work/php-7.0.11/ext/standard/dns.c:338:13: 
note: expected 'struct __res_state *' but argument is of type 'struct 
__res_state'
 static void _php_dns_free_res(struct __res_state *res) { /* {{{ */
            ^

So I reverted patch  patches/patch-ext_standard_php__dns.h

I couldn't find the complete history of this patch (cvs log says private 
mail) nor find similar change upstream.


Home | Main Index | Thread Index | Old Index