]> git.saurik.com Git - apt.git/commit
Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscalls
authorMichael Vogt <mvo@debian.org>
Tue, 28 Apr 2015 15:55:00 +0000 (17:55 +0200)
committerMichael Vogt <mvo@debian.org>
Tue, 28 Apr 2015 15:55:00 +0000 (17:55 +0200)
commit15901516326737a67f2a9af26cd7e434162de019
treed9ad50c5fa43943c409fed2e7e8d476f4603fd42
parent3a53f6a1510d332e24c3330a69b987f2341d1a94
Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscalls
apt-pkg/contrib/fileutl.cc