without a filename we can't stat pipes
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 30 May 2014 15:14:13 +0000 (17:14 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 30 May 2014 15:14:13 +0000 (17:14 +0200)
commit003c40d373b8d3b8c6ddd9cc4e0f92dc493b4a60
tree568dabb2d2adab071a82b238fbdf525959a6ff6c
parent81b3540d26b4f47785e6678e22d1312b8cd6d704
without a filename we can't stat pipes

EDSP code uses pipes opened via an FD as sources and later for those
files modification times and filesize are read - but never really used
again. The result we get from FileFd is probably wrong, but as we don't
use it anyway, we just don't fallback if we have nothing to fallback to

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