Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 504898
Collapse All | Expand All

(-)util.c.orig (+2 lines)
Lines 476-481 _rl_savestring (s) Link Here
476
  return (strcpy ((char *)xmalloc (1 + (int)strlen (s)), (s)));
476
  return (strcpy ((char *)xmalloc (1 + (int)strlen (s)), (s)));
477
}
477
}
478
478
479
#if defined (DEBUG)
479
#if defined (USE_VARARGS)
480
#if defined (USE_VARARGS)
480
static FILE *_rl_tracefp;
481
static FILE *_rl_tracefp;
481
482
Lines 538-543 _rl_settracefp (fp) Link Here
538
  _rl_tracefp = fp;
539
  _rl_tracefp = fp;
539
}
540
}
540
#endif
541
#endif
542
#endif /* DEBUG */
541
543
542
544
543
#if HAVE_DECL_AUDIT_USER_TTY && defined (ENABLE_TTY_AUDIT_SUPPORT)
545
#if HAVE_DECL_AUDIT_USER_TTY && defined (ENABLE_TTY_AUDIT_SUPPORT)

Return to bug 504898