apt-pkg/deb/dpkgpm.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Sat, 20 Oct 2007 05:52:26 +0000 (07:52 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Sat, 20 Oct 2007 05:52:26 +0000 (07:52 +0200)
commit7052511ef60897a02c00da43a309465380f93603
tree9d8a1030632fba5ec6513263240e885247969e8d
parent477b5d6cacb53e868ec182330ffdcc3678a98560
apt-pkg/deb/dpkgpm.cc:
- use pselect() instead of select()
- on EIO error on pty master read, usleep(0.5s) to give up timeslice
  so that the child can properly exit
apt-pkg/deb/dpkgpm.cc