diff options
Diffstat (limited to 'gprof/printgprof.c')
-rw-r--r-- | gprof/printgprof.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/printgprof.c b/gprof/printgprof.c index 868d647..e8d5582 100644 --- a/gprof/printgprof.c +++ b/gprof/printgprof.c @@ -212,7 +212,7 @@ printgprof(timesortnlp) * Print out the structured profiling list */ if ( bflag && bsd_style_output ) { - callg_blurb(stdout); + bsd_callg_blurb(stdout); } gprofheader(); for ( index = 0 ; index < nname + ncycle ; index ++ ) { @@ -246,7 +246,7 @@ printgprof(timesortnlp) } cfree( timesortnlp ); if ( bflag && !bsd_style_output) { - callg_blurb(stdout); + fsf_callg_blurb(stdout); } } |