update Tue Jun 22 06:37:08 PDT 2010
[pkgsrc.git] / databases / mysql5-client / patches / patch-aa
1 $NetBSD: patch-aa,v 1.2 2006/10/14 18:41:34 xtraeme Exp $
2
3 Patch reported: http://bugs.mysql.com/bug.php?id=23293&thanks=4
4
5 --- config/ac-macros/readline.m4.orig   2006-10-14 19:03:29.000000000 +0200
6 +++ config/ac-macros/readline.m4        2006-10-14 19:03:37.000000000 +0200
7 @@ -26,7 +26,7 @@
8                 #include "readline/readline.h"
9             ],
10             [ 
11 -               char res= *(*rl_completion_entry_function)(0,0);
12 +               char res= (*rl_completion_entry_function)(0,0);
13                 completion_matches(0,0);
14             ],
15             [