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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- kpathsea.c
0
++ kpathsea.c
Lines 36-42 Link Here
36
36
37
void version_findtfm(void)
37
void version_findtfm(void)
38
{
38
{
39
        extern char * kpathsea_version_string;
39
        extern const char * kpathsea_version_string;
40
        puts(kpathsea_version_string);
40
        puts(kpathsea_version_string);
41
}
41
}
42
42

Return to bug 342817