K 10
svn:author
V 3
rra
K 8
svn:date
V 27
2003-01-13T07:59:39.000000Z
K 7
svn:log
V 373
Remove all the (void) casts on function calls whose return values that
we're intentionally not checking (generally fclose, close, and fprintf).
Also remove all (void) references to parameters to silence warnings and
instead use UNUSED.  Retain the (void) casts in the Perl code that are
still necessary to avoid warnings about the results of an expression being
discarded.

END
