File Compress-Bzip2-2.09.diff of Package perl-Compress-Bzip2
--- Bzip2.xs 2011/04/12 06:18:47 1.1 +++ Bzip2.xs 2011/04/12 06:20:15 @@ -258,9 +258,9 @@ } #ifdef CAN_PROTOTYPE -long bzfile_clear_totals( bzFile *obj ) { +void bzfile_clear_totals( bzFile *obj ) { #else -long bzfile_clear_totals( obj ) bzFile *obj; { +void bzfile_clear_totals( obj ) bzFile *obj; { #endif obj->total_in = 0; obj->total_out = 0;