Use sysconf(_SC_ARG_MAX) to find the size of Dpkg::MaxArgBytes
authorMichael Vogt <mvo@debian.org>
Thu, 23 Oct 2014 18:19:32 +0000 (14:19 -0400)
committerMichael Vogt <mvo@debian.org>
Thu, 23 Oct 2014 18:19:32 +0000 (14:19 -0400)
commita3cada6abc42a2966c427a3b0731977ecfa7edcb
tree79f2cade053767c7db5737624b89d1eb342dd811
parentee877edd6a92c094c6e70e392f3f6e64756281e2
Use sysconf(_SC_ARG_MAX) to find the size of Dpkg::MaxArgBytes

Instead of hardcoding Dpkg::MaxArgBytes find out about it using
the sysconf(_SC_ARG_MAX) call.
apt-pkg/deb/dpkgpm.cc