Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 34600 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- client/mysql.cc.orig        Wed Jun  2 09:11:24 2004
0
++ client/mysql.cc     Wed Jun  2 09:13:19 2004
Lines 294-300 Link Here
294
 HIST_ENTRY is defined for libedit, but not for the real readline
294
 HIST_ENTRY is defined for libedit, but not for the real readline
295
 Need to redefine it for real readline to find it
295
 Need to redefine it for real readline to find it
296
*/
296
*/
297
#if !defined(USE_LIBEDIT_INTERFACE)
297
#if !defined(HIST_ENTRY)
298
typedef struct _hist_entry {
298
typedef struct _hist_entry {
299
  const char      *line;
299
  const char      *line;
300
  const char      *data;
300
  const char      *data;

Return to bug 34600