]> git.saurik.com Git - apt.git/commit
implement CopyFile without using FileFd::Size()
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 7 Sep 2015 17:10:21 +0000 (19:10 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 14 Sep 2015 13:22:18 +0000 (15:22 +0200)
commite977b8b9234ac5db32f2f0ad7e183139b988340d
treee179700c7a2688c1a4b4126ef2059973d327ad50
parenteed4639e3feea0dd4ebedfac95fb5428753b795f
implement CopyFile without using FileFd::Size()

Pipes and such have no good Size value, but we still want to copy from
it maybe and we don't really need size as we can just as well read as
long as we get data out of a file to copy it.

Git-Dch: Ignore
apt-pkg/contrib/fileutl.cc