HomeFreeBSD

In mycc() make $file local, to avoid overwriting of the global variable,

Description

In mycc() make $file local, to avoid overwriting of the global variable,
that could be used in scripts. misc/sendfile5.sh uses it.

Details