Ticket #63603: configure-PATH_MAX-bug.diff
File configure-PATH_MAX-bug.diff, 242 bytes (added by ballapete (Peter "Pete" Dyballa), 3 years ago) |
---|
-
configure
old new 36424 36424 #else 36425 36425 int bug_possible = 0; 36426 36426 #endif 36427 if ( ! bug_possible)36427 if (1) 36428 36428 return 0; 36429 36429 36430 36430 cwd = getcwd (NULL, 0);