try to avoid direct usage of .Fd() if possible and do read()s and co
authorDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 17 Dec 2011 22:53:31 +0000 (23:53 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 17 Dec 2011 22:53:31 +0000 (23:53 +0100)
commit109eb1511d0cdfa4af3196105cada30bcbb77bc8
treec07319a3ddc9a6484561d1cea918aaecade4a7e9
parent1abbc47c045770476f5f9a57c58989d13290d51b
try to avoid direct usage of .Fd() if possible and do read()s and co
on the FileFd instead
15 files changed:
apt-pkg/acquire-item.cc
apt-pkg/contrib/hashes.cc
apt-pkg/contrib/hashes.h
apt-pkg/contrib/hashsum.cc
apt-pkg/contrib/hashsum_template.h
apt-pkg/deb/debindexfile.cc
ftparchive/cachedb.cc
ftparchive/writer.cc
methods/cdrom.cc
methods/copy.cc
methods/file.cc
methods/ftp.cc
methods/http.cc
methods/https.cc
methods/rsh.cc