From: Date: January 30 2007 3:42pm Subject: bk commit into 5.0 tree (joerg:1.2390) BUG#23293 List-Archive: http://lists.mysql.com/commits/19010 X-Bug: 23293 Message-Id: <20070130144210.991B7194F@trift2.fambruehe> Below is the list of changes that have just been committed into a local 5.0 repository of joerg. When joerg does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet@stripped, 2007-01-30 15:42:02+01:00, joerg@trift2. +1 -0 config/ac-macros/readline.m4 Fix for bug#23293 (compile problem on NetBSD): Drop a '*' which does not belong there anyway. config/ac-macros/readline.m4@stripped, 2007-01-30 15:41:59+01:00, joerg@trift2. +1 -1 Fix for bug#23293 (compile problem on NetBSD): Drop a '*' which does not belong there anyway. # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: joerg # Host: trift2. # Root: /MySQL/M50/bug23293-5.0 --- 1.3/config/ac-macros/readline.m4 2005-09-15 06:47:09 +02:00 +++ 1.4/config/ac-macros/readline.m4 2007-01-30 15:41:59 +01:00 @@ -26,7 +26,7 @@ #include "readline/readline.h" ], [ - char res= *(*rl_completion_entry_function)(0,0); + char res= (*rl_completion_entry_function)(0,0); completion_matches(0,0); ], [