]> git.ipfire.org Git - thirdparty/coreutils.git/commit
copy.c shouldn't maintain static state.
authorJim Meyering <jim@meyering.net>
Thu, 22 Nov 2001 10:52:15 +0000 (10:52 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 22 Nov 2001 10:52:15 +0000 (10:52 +0000)
commit6f1ebf7e68cda267c83466ed826178b2987a88d9
treea362c7d3ca6c3fdfa5bb5503e614e9c49c3545b7
parent2bcf0bd3f3bf47a2ef95b4e658ebc437c9fbdf4b
copy.c shouldn't maintain static state.

(dest_info): Remove declaration of file-scoped global.
(dest_info_init): Require a parameter.
Update all callers.
(seen_dest): Require a hash table parameter.  Update callers.
(record_dest): Likewise.
src/copy.c