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

Collapse All | Expand All

(-)lib/readline/shell.c~ (-1 / +1 lines)
Lines 122-128 Link Here
122
{
122
{
123
  char *b;
123
  char *b;
124
124
125
#if defined (HAVE_PUTENV)
125
#if 0
126
  b = (char *)xmalloc (INT_STRLEN_BOUND (int) + sizeof ("LINES=") + 1);
126
  b = (char *)xmalloc (INT_STRLEN_BOUND (int) + sizeof ("LINES=") + 1);
127
  sprintf (b, "LINES=%d", lines);
127
  sprintf (b, "LINES=%d", lines);
128
  putenv (b);
128
  putenv (b);

Return to bug 69407