jer 14/09/09 16:54:17 Added: ncpfs-2.2.6-zend_function_entry.patch Log: function_entry -> zend_function_entry (bug #522444). (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 net-fs/ncpfs/files/ncpfs-2.2.6-zend_function_entry.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/files/ncpfs-2.2.6-zend_function_entry.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/files/ncpfs-2.2.6-zend_function_entry.patch?rev=1.1&content-type=text/plain Index: ncpfs-2.2.6-zend_function_entry.patch =================================================================== --- a/contrib/php/php_auth_nds.c +++ b/contrib/php/php_auth_nds.c @@ -1102,7 +1102,7 @@ php_info_print_table_end(); } -function_entry auth_nds_functions[] = { +zend_function_entry auth_nds_functions[] = { PHP_FE(auth_bindery, NULL) PHP_FE(auth_nds, NULL) PHP_FE(auth_tree, NULL)
