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

Collapse All | Expand All

(-)src/names.c.orig (-1 / +1 lines)
Lines 1010-1016 Link Here
1010
{
1010
{
1011
  char const *p;
1011
  char const *p;
1012
1012
1013
  if (absolute_names_option)
1013
  if (1) /* This disables a buggy check on ./ in pathnames */
1014
    p = file_name;
1014
    p = file_name;
1015
  else
1015
  else
1016
    {
1016
    {

Return to bug 37132