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

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- a/imake.c
0
++ b/imake.c
Lines 1100-1105 Link Here
1100
static void
1100
static void
1101
get_ld_version(FILE *inFile)
1101
get_ld_version(FILE *inFile)
1102
{
1102
{
1103
  return;
1103
  FILE* ldprog;
1104
  FILE* ldprog;
1104
  signed char c;
1105
  signed char c;
1105
  int ldmajor, ldminor;
1106
  int ldmajor, ldminor;

Return to bug 729630